Browse Source

Update and rename release.yml to on-tag-only.yml

Build on tag only
master
BT 5 years ago
committed by GitHub
parent
commit
d2a11cdbb5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/on-tag-only.yml

6
.github/workflows/release.yml → .github/workflows/on-tag-only.yml

@ -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…
Cancel
Save