Skip to content

Commit

Permalink
Add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Dec 6, 2024
1 parent 82df7e4 commit 01bd197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches: [ "main" ]
pull_request:
merge_group:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true


permissions:
contents: read

Expand Down

0 comments on commit 01bd197

Please sign in to comment.