Skip to content

Commit

Permalink
Allow manually triggering workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
ur5us committed Oct 7, 2024
1 parent 9358515 commit 0e422b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
paths-ignore:
- 'README.md'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,4 +49,4 @@ jobs:
sudo apt-get -yqq install libpq-dev
bundle
bundle exec appraisal rails_${{ matrix.rails_version }} bundle
bundle exec appraisal rails_${{ matrix.rails_version }} rake
bundle exec appraisal rails_${{ matrix.rails_version }} rake

0 comments on commit 0e422b4

Please sign in to comment.