Skip to content

Commit 54272e8

Browse files
committed
[CI] Fix GitHub Actions for 7.12
1 parent dd0ee44 commit 54272e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/7.x.yml renamed to .github/workflows/7.12.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 7.x
1+
name: 7.12
22
on:
33
push:
44
branches:
5-
- 7.x
5+
- 7.12
66
pull_request:
77
branches:
8-
- 7.x
8+
- 7.12
99
jobs:
1010
test-ruby:
1111
env:

0 commit comments

Comments
 (0)