summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDirk Lemstra <dirk@lemstra.org>2019-08-26 21:50:33 +0200
committerDirk Lemstra <dirk@lemstra.org>2019-08-26 21:50:33 +0200
commit8a8e0af624586fbe4890aede533f70340826c477 (patch)
tree5c581ce9e597fb46d42537c9fc3e81fee33cb719 /.github
parent883fc90ab97e3389b82ed9f46fce5786887e5e39 (diff)
downloadImageMagick-8a8e0af624586fbe4890aede533f70340826c477.tar.gz
Disable building for a tag.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/master.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 253363d41..c06f9f8c6 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -2,6 +2,8 @@ on:
push:
branches:
- master
+ tags:
+ - '!*'
pull_request:
branches:
- master