summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-08-10 18:59:04 +0200
committerPaul-Christian Volkmer2023-08-10 18:59:04 +0200
commit4dde13e79a0d7d35648c498f7a98b62aea05b9ec (patch)
treec7fadfad555870e2a96c487a14dae7237e0f3c62 /.github
parent55153d805048a91c10543969e583c12b23e10c78 (diff)
Run tests on each tag
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e7ee0d3..f7c37f3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,6 +3,7 @@ name: 'Run Tests'
on:
push:
branches: [ 'master' ]
+ tags: [ '*' ]
pull_request:
branches: [ '*' ]