Skip to content

Commit

Permalink
Update ruby.yml to run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg authored Feb 16, 2024
1 parent f0f7684 commit 894757a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: Ruby
'on': push
'on':
push:
branches:
- main
pull_request:
jobs:
Ruby-CI:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 894757a

Please sign in to comment.