Add branch trigger for testing
This commit is contained in:
parent
b650f7e174
commit
99b53afc49
1 changed files with 2 additions and 0 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
|
@ -2,6 +2,8 @@ name: Pulse Release Pipeline
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'workflow-test-trigger'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue