summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-06-12 04:04:24 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-06-12 04:04:24 +0200
commit44d71d08912c0d633433ce2d9d2a368d0b01c590 (patch)
tree533099e98f27c5eef60f1002d208f2086f5fbdce /.github
parent060ea55805ff629e0971ef8a37592228faf2a17f (diff)
ci: don't run build on tags
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake-tag.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake-tag.yml b/.github/workflows/cmake-tag.yml
index e31342d7..e3789e50 100644
--- a/.github/workflows/cmake-tag.yml
+++ b/.github/workflows/cmake-tag.yml
@@ -3,8 +3,8 @@ name: tag
on:
push:
branches: [ wip ]
- tags:
- - '*'
+ #tags:
+ #- '*'
env:
BUILD_TYPE: RELEASE