Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 4dcbc47

Browse files
Run GA on 4.x branch
1 parent ee5ef61 commit 4dcbc47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: test
22

33
on:
4-
push: { branches: master }
5-
pull_request: { branches: master }
4+
push: { branches: [master, 4.x.x] }
5+
pull_request: { branches: [master, 4.x.x] }
66

77
jobs:
88
test:

0 commit comments

Comments
 (0)