Skip to content

Commit

Permalink
Merge pull request #11 from chonla/main
Browse files Browse the repository at this point in the history
fix: PR trigger action
  • Loading branch information
chonla authored Oct 21, 2024
2 parents 85129ed + 38f4a06 commit b9a0af2
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 b9a0af2

Please sign in to comment.