Skip to content

Commit 6822746

Browse files
committed
[CI] Adds GitHub Actions to 7.1.1
1 parent eba4442 commit 6822746

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/tests.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: master
1+
name: 7.1.1
22
on:
33
push:
44
branches:
5-
- master
6-
- 6.x
5+
- 7.1.1
76
pull_request:
87
branches:
9-
- master
10-
- 6.x
8+
- 7.1.1
119
jobs:
1210
test-master:
1311
env:

0 commit comments

Comments
 (0)