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 |
|||
on: push |
|||
name: Automatically Build image on tag ONLY |
|||
on: |
|||
push: |
|||
tags: [ '*' ] |
|||
|
|||
jobs: |
|||
build: |
Loading…
Reference in new issue