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 af50089
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-extension.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release extension
on: workflow_dispatch
on:
release:
types: [published]
workflow_dispatch:

jobs:
build-extension-artifacts:
Expand Down

0 comments on commit af50089

Please sign in to comment.