Skip to content

Commit 0e422b4

Browse files
committed
Allow manually triggering workflow run
1 parent 9358515 commit 0e422b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
paths-ignore:
88
- 'README.md'
9+
workflow_dispatch:
910
jobs:
1011
test:
1112
runs-on: ubuntu-latest
@@ -48,4 +49,4 @@ jobs:
4849
sudo apt-get -yqq install libpq-dev
4950
bundle
5051
bundle exec appraisal rails_${{ matrix.rails_version }} bundle
51-
bundle exec appraisal rails_${{ matrix.rails_version }} rake
52+
bundle exec appraisal rails_${{ matrix.rails_version }} rake

0 commit comments

Comments
 (0)