Skip to content

Commit 6d0ba25

Browse files
ci: ignore branch main on acceptance test
1 parent f8f86d1 commit 6d0ba25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/acceptance.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ on:
2323
- .github/workflows/acceptance.yml
2424
- '*.go'
2525
push:
26-
branches-ignore:
27-
- main
26+
branches:
27+
- '*'
28+
- '!main'
2829
paths:
2930
- .github/workflows/acceptance.yml
3031
- '*.go'

0 commit comments

Comments
 (0)