Skip to content

Commit

Permalink
Merge pull request #303 from projectblacklight/trigger_ci_on_all_bran…
Browse files Browse the repository at this point in the history
…che_pr

trigger CI on PR to any branch, not just main.
  • Loading branch information
seanaery authored Dec 2, 2024
2 parents 1bacfec + 15d6d11 commit dd1fc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: ['**']

jobs:
test:
Expand Down

0 comments on commit dd1fc86

Please sign in to comment.