BT
5 years ago
committed by
GitHub
1 changed files with 4 additions and 2 deletions
@ -1,5 +1,7 @@ |
|||||
name: Run Release Script on push to MASTER |
name: Automatically Build image on tag ONLY |
||||
on: push |
on: |
||||
|
push: |
||||
|
tags: [ '*' ] |
||||
|
|
||||
jobs: |
jobs: |
||||
build: |
build: |
Loading…
Reference in new issue