Skip to content

Commit

Permalink
Fix snapshot publish trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kfhoech committed Jan 10, 2025
1 parent 36cea3b commit 4780b05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Publish package to GitHub Packages
on:
release:
types: [created]
workflow_run:
workflows: [Build Project]
types: [completed]
branches: [master]

jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4780b05

Please sign in to comment.