Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xeuxdev committed Oct 3, 2023
1 parent e362489 commit 2d11993
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ name: Release easymailer package to NPM
on:
release:
types: [created, edited, published]
workflow_run:
workflows: [CI]
branches: [main]
types: [completed]

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions:
contents: write
pull-requests: write

jobs:
release:
name: Release
Expand Down

0 comments on commit 2d11993

Please sign in to comment.