Skip to content

Commit

Permalink
notify package workflow of push to live branch
Browse files Browse the repository at this point in the history
  • Loading branch information
natb1 committed Mar 6, 2023
1 parent e1d5a55 commit 6cc18e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

name: Notify the world of a release.
on:
# push
push:
breanches:
live
release:
types: [published]
jobs:
Expand Down

0 comments on commit 6cc18e4

Please sign in to comment.