aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2021-03-24 21:30:14 +0100
committerSaúl Ibarra Corretgé <s@saghul.net>2021-03-24 21:30:14 +0100
commitc16bcb8e89627738648e6a7d2ede00fb9407987c (patch)
tree91ff6d009c9f1e0e511d2298b7cfd62707e82862 /.github
parent59fb0f2a828ddce92eec9e138ea9d36451a43fd7 (diff)
Run CI when pushing a tag
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8cc97b9..67c6ac5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,6 +6,8 @@ on:
push:
branches:
- master
+ tags:
+ - '*'
pull_request:
branches:
- master