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 04c28a1 commit 5c99685Copy full SHA for 5c99685
1 file changed
.github/workflows/fail-conditional.yml
@@ -2,10 +2,10 @@ name: 'conditional-fail'
2
3
on:
4
pull_request:
5
- branches: [ 'main' ]
+ branches: [ 'foobar' ]
6
push:
7
branches:
8
- - 'main'
+ - 'foobar'
9
workflow_dispatch:
10
11
jobs:
0 commit comments