Skip to content

Commit 5c99685

Browse files
committed
iterate
1 parent 04c28a1 commit 5c99685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fail-conditional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: 'conditional-fail'
22

33
on:
44
pull_request:
5-
branches: [ 'main' ]
5+
branches: [ 'foobar' ]
66
push:
77
branches:
8-
- 'main'
8+
- 'foobar'
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)