Skip to content

Commit

Permalink
ci tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 18, 2023
1 parent 4301c58 commit e3b0e65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: codedown-languages
on:
pull_request:
push:
branches: [main]
workflow_dispatch:

jobs:
test:
Expand Down Expand Up @@ -41,6 +41,7 @@ jobs:
submodules: recursive

- name: Build tests
if: "!contains(github.event.head_commit.message, 'noci')"
run: |
cd tests
Expand All @@ -52,6 +53,7 @@ jobs:
stack build --nix --no-nix-pure
- name: Run tests
if: "!contains(github.event.head_commit.message, 'noci')"
run: |
cd tests
Expand Down

0 comments on commit e3b0e65

Please sign in to comment.