Skip to content

Commit 0029c8b

Browse files
committed
Fix branch test action
1 parent 30ff0a4 commit 0029c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- 'feature/**'
8-
- 'candidate/**'
8+
- 'candidates/**'
99
paths-ignore:
1010
- '*.md'
1111
- '.github/**'

0 commit comments

Comments
 (0)