Skip to content

Commit d774028

Browse files
chore: update validate.yml (#822)
1 parent 0105ad3 commit d774028

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/validate.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ name: validate
22
on:
33
push:
44
branches:
5-
[
6-
'+([0-9])?(.{+([0-9]),x}).x',
7-
'master',
8-
'next',
9-
'next-major',
10-
'beta',
11-
'alpha',
12-
'!all-contributors/**',
13-
]
14-
pull_request:
15-
branches-ignore: ['all-contributors/**']
5+
- '+([0-9])?(.{+([0-9]),x}).x'
6+
- 'master'
7+
- 'next'
8+
- 'next-major'
9+
- 'beta'
10+
- 'alpha'
11+
- '!all-contributors/**'
12+
pull_request: {}
1613
jobs:
1714
main:
15+
# ignore all-contributors PRs
16+
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1817
strategy:
1918
matrix:
2019
node: [10.14.2, 12, 14, 15]

0 commit comments

Comments
 (0)