Skip to content

Commit

Permalink
fix: PR trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
chonla committed Oct 21, 2024
1 parent b2f4486 commit 38f4a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# run tests and linters.
name: "Ruby on Rails CI"
on:
# push:
# branches: [ "main" ]
pull_request:
push:
branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 38f4a06

Please sign in to comment.