Skip to content

Commit 2a25ba5

Browse files
authored
Merge pull request #265 from cipherstash/build/trigger-release-workflow-on-release-event
build: trigger release workflow on release event
2 parents 0999968 + 6be6196 commit 2a25ba5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
release:
7+
types: [published]
68
workflow_dispatch:
79

810
env:

0 commit comments

Comments
 (0)