Skip to content

Commit

Permalink
* Manual trigger and remove install step (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ag-ramachandran authored Sep 26, 2023
1 parent ca996fe commit f27b030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
release:
types: [released]

Expand All @@ -15,8 +16,6 @@ jobs:
bundler-cache: true
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: jruby -S bundle install
- name: Run gradle vendor
run: ./gradlew vendor
- name: Build gem
Expand Down

0 comments on commit f27b030

Please sign in to comment.