Remove tag trigger to test workflow_dispatch
This commit is contained in:
parent
7e90ce0377
commit
cb8c1075fd
1 changed files with 1 additions and 4 deletions
5
.github/workflows/pulse-release.yml
vendored
5
.github/workflows/pulse-release.yml
vendored
|
|
@ -1,9 +1,6 @@
|
||||||
name: Pulse Release Pipeline
|
name: Pulse Release Pipeline
|
||||||
# Triggers: workflow_dispatch and tag push
|
# Triggers: workflow_dispatch only
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- 'v*.*.*'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue