Skip to content

Commit

Permalink
chore: Allow only PR triggering actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chonla committed Oct 21, 2024
1 parent 13b5558 commit b2f4486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# run tests and linters.
name: "Ruby on Rails CI"
on:
push:
branches: [ "main" ]
# push:
# branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
Expand Down

0 comments on commit b2f4486

Please sign in to comment.