We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f261f51 commit 04c28a1Copy full SHA for 04c28a1
.github/workflows/fail-conditional.yml
@@ -3,6 +3,10 @@ name: 'conditional-fail'
3
on:
4
pull_request:
5
branches: [ 'main' ]
6
+ push:
7
+ branches:
8
+ - 'main'
9
+ workflow_dispatch:
10
11
jobs:
12
fail_on_commit_message:
0 commit comments