Skip to content

Commit 79a059b

Browse files
authored
Alt. branches syntax
1 parent e6b94e8 commit 79a059b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/validate.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Validation
22

33
on:
44
push:
5-
branches: [ master, v5.X.X ]
5+
branches:
6+
- 'master'
7+
- 'v5.X.X'
68
pull_request:
7-
branches: [ master, v5.X.X ]
9+
branches:
10+
- 'master'
11+
- 'v5.X.X'
812

913
jobs:
1014
validate:

0 commit comments

Comments
 (0)