add: ignore tag creation [skip ci]
This commit is contained in:
parent
61b7c52072
commit
84c99f926d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
|
|
@ -9,6 +9,7 @@ jobs:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
if:
|
if:
|
||||||
github.event.deleted == false &&
|
github.event.deleted == false &&
|
||||||
|
github.event_name != 'create' &&
|
||||||
contains(github.event.commits.message, '[skip ci]') == false
|
contains(github.event.commits.message, '[skip ci]') == false
|
||||||
- name: Dump GitHub context
|
- name: Dump GitHub context
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue