Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 07a91d6

Browse files
authoredNov 15, 2020
chore: Update validate.yml (#255)
1 parent b2a610b commit 07a91d6

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
 

‎.github/workflows/validate.yml

+10-11
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
os: [ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)
This repository has been archived.