Removing trigger when creating the tag (#1271)
This commit is contained in:
parent
f04fcd6297
commit
1c963165d8
|
|
@ -8,10 +8,7 @@ on:
|
|||
required: true
|
||||
default: 'warning'
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # once in a day at 00:00
|
||||
push:
|
||||
tags:
|
||||
- '*' # trigger when we create a tag
|
||||
- cron: '0 0 * * *' # once in a day at 00:00
|
||||
|
||||
jobs:
|
||||
build-pack:
|
||||
|
|
|
|||
Loading…
Reference in New Issue