Skip to content

Commit fc385e3

Browse files
committed
(maint) Update github action branches for main
The promotion from 7.x overwrote our changes. Revert back to main. This change will ensure the file conflicts in any future merge.
1 parent 9a24837 commit fc385e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Checks
33

44
on:
55
push:
6-
branches: [7.x]
6+
branches: [main]
77
pull_request:
8-
branches: [7.x]
8+
branches: [main]
99

1010
permissions:
1111
contents: read

.github/workflows/rspec_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: RSpec tests
33

44
on:
55
push:
6-
branches: [7.x]
6+
branches: [main]
77
pull_request:
8-
branches: [7.x]
8+
branches: [main]
99

1010
permissions:
1111
contents: read

0 commit comments

Comments
 (0)