Skip to content

Commit

Permalink
Add trigger. (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein authored Jul 8, 2024
1 parent 39f7a58 commit d750226
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Package
on: [push]
on:
push:
release:
types:
- published

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d750226

Please sign in to comment.