Skip to content

Commit

Permalink
Trigger release-extension workflow when releases are published
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Feb 8, 2024
1 parent bcb1d6f commit 979a42b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-extension.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Release extension
on: workflow_dispatch
on:
release:
types: [published]

jobs:
build-extension-artifacts:
Expand Down

0 comments on commit 979a42b

Please sign in to comment.