Skip to content

Commit 6848fd8

Browse files
committed
Add github action checks for rfg-event integration branch
This commit can be reverted after the 2025 RfG event is over
1 parent 1258e01 commit 6848fd8

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
# The branches below must be a subset of the branches above
2323
branches:
2424
- main
25+
- rfg-event-2025
2526
paths-ignore:
2627
- 'doc/**'
2728
- '**/*.md'

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
- rfg-event-2025
1314
paths-ignore:
1415
- "doc/**"
1516
- "**/*.md"

.github/workflows/erb_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
- rfg-event-2025
1314
paths:
1415
- '**/*.erb'
1516
- '**/*.html'

.github/workflows/factory_bot_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- main
14+
- rfg-event-2025
1415
paths-ignore:
1516
- 'doc/**'
1617
- '**/*.md'

.github/workflows/npm_lint_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
pull_request:
1414
branches:
1515
- main
16+
- rfg-event-2025
1617
paths:
1718
- '**/*.js'
1819
- '**/*.json'

.github/workflows/rake-after_party.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- main
14+
- rfg-event-2025
1415
paths-ignore:
1516
- "doc/**"
1617
- "**/*.md"

.github/workflows/rspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
- rfg-event-2025
1314
concurrency:
1415
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1516
cancel-in-progress: true

.github/workflows/ruby_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- main
14+
- rfg-event-2025
1415
paths-ignore:
1516
- 'doc/**'
1617
- '**/*.md'

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- main
14+
- rfg-event-2025
1415
paths-ignore:
1516
- 'doc/**'
1617
- '**/*.md'

.github/workflows/spec_checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- main
14+
- rfg-event-2025
1415
paths-ignore:
1516
- 'doc/**'
1617
- '**/*.md'

0 commit comments

Comments
 (0)