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

Commit 54eec15

Browse files
authoredNov 9, 2020
chore: only run push jobs on releasable branches (#253)
1 parent 8edd827 commit 54eec15

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
 

‎.github/workflows/validate.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
name: validate
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
[
6+
"+([0-9])?(.{+([0-9]),x}).x",
7+
"master",
8+
"next",
9+
"next-major",
10+
"beta",
11+
"alpha",
12+
]
13+
pull_request: {}
314
jobs:
415
main:
516
strategy:

0 commit comments

Comments
 (0)
This repository has been archived.