deploy action now only for tags pushed
This commit is contained in:
parent
1afcdf8735
commit
2a99bbead4
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# on:
|
||||
# push:
|
||||
# tags:
|
||||
# - 'v*'
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue