Skip to content

Commit 9a24837

Browse files
(maint) Merge up 9524e47 to main
Generated by CI * commit '9524e47b2734bbc9899dcb4dcbce95492907bfd8': (maint) Update github action triggers again
2 parents d9c8d31 + 9524e47 commit 9a24837

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: [main]
6+
branches: [7.x]
77
pull_request:
8-
branches: [main]
8+
branches: [7.x]
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: [main]
6+
branches: [7.x]
77
pull_request:
8-
branches: [main]
8+
branches: [7.x]
99

1010
permissions:
1111
contents: read

0 commit comments

Comments
 (0)