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:
|
||||
branches:
|
||||
- 'workflow-test-trigger'
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
|
|
|
|||
Loading…
Reference in a new issue