Skip to content

Commit 3679627

Browse files
chore(validate): Filter out all-contributors branches (#819)
1 parent e32937c commit 3679627

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ on:
99
'next-major',
1010
'beta',
1111
'alpha',
12+
'!all-contributors/**',
1213
]
13-
pull_request: {}
14+
pull_request:
15+
branches-ignore: ['all-contributors/**']
1416
jobs:
1517
main:
1618
strategy:

0 commit comments

Comments
 (0)