diff options
Diffstat (limited to '.github/workflows')
| -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: - '*' |
