Skip to content

Commit

Permalink
trigger release when pushed to master
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia authored Aug 1, 2024
1 parent 7ad4a4e commit af62893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: gh packages release
on:
push:
branches: [ master ]
workflow_dispatch: # allow to manually trigger this workflow
jobs:
release:
Expand Down Expand Up @@ -109,4 +111,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: /tmp/querydb.json
asset_name: querydb.json
asset_content_type: application/json
asset_content_type: application/json

0 comments on commit af62893

Please sign in to comment.