Skip to content

Commit

Permalink
Merge pull request #23 from AikidoSec/feat/automate-new-version
Browse files Browse the repository at this point in the history
run workflow when release is published
  • Loading branch information
willem-delbare authored Oct 15, 2024
2 parents a638d95 + 4ceabcf commit 0043004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and release
on:
release:
types: [created]
types: [published]

jobs:
build:
Expand Down

0 comments on commit 0043004

Please sign in to comment.