Skip to content

Commit c264807

Browse files
authored
Update rubyonrails.yml
allow Rails CI to run on more than just main branch PRs Signed-off-by: Robert Smith <[email protected]>
1 parent d8ae9b0 commit c264807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches: [ "main" ]
1111
pull_request:
12-
branches: [ "main" ]
12+
branches: [ "main", "wip/new-to-nl-2" ]
1313
jobs:
1414
rspec:
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)