Stop release workflow from auto-triggering on tags
This commit is contained in:
parent
bdb7d85fa4
commit
a4f39c6959
1 changed files with 0 additions and 2 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
|
@ -4,8 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'workflow-test-trigger'
|
- 'workflow-test-trigger'
|
||||||
tags:
|
|
||||||
- 'v*.*.*'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue