diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 10:34:36 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 10:34:59 +0200 |
commit | c28287b3a79d8f25cb8530db20bdc21b36852b24 (patch) | |
tree | ee7272ee3175e18fc1559a0e7b00d8a9ca184324 /.github | |
parent | 5b8f831194dcbfd6b544a49610ca4f5689528c10 (diff) |
ci: add wip branch
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake-tag.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake-tag.yml b/.github/workflows/cmake-tag.yml index 605aba43..e31342d7 100644 --- a/.github/workflows/cmake-tag.yml +++ b/.github/workflows/cmake-tag.yml @@ -2,6 +2,7 @@ name: tag on: push: + branches: [ wip ] tags: - '*' |