Skip to content

Commit

Permalink
Merge pull request #10 from chonla/main
Browse files Browse the repository at this point in the history
chore: Allow only PR triggering actions
  • Loading branch information
chonla authored Oct 21, 2024
2 parents f6585d6 + b2f4486 commit 85129ed
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 85129ed

Please sign in to comment.