Skip to content

Commit 42dc6d5

Browse files
committed
Update GitHub Actions workflows: format branch lists for consistency
1 parent e965d5f commit 42dc6d5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/test.yml

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

33
on:
44
push:
5-
branches: [ main, development ]
5+
branches:
6+
- main
7+
- development
68
pull_request:
7-
branches: [ main, development ]
9+
branches:
10+
- main
11+
- development
812

913
jobs:
1014
test:

.github/workflows/use.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- development
78
pull_request:
89

910
jobs:

0 commit comments

Comments
 (0)