diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-04 19:42:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-04 19:42:47 +0000 |
commit | a854e76e68b7e6db837ca890641c01db8f250686 (patch) | |
tree | 4561e944bdbd2826a64688cde2ed2320e0e67d88 | |
parent | f4882cd7fa5d4682bd23f4caee538f9fd4768a4b (diff) |
Update cmake.yml
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8555bfdf..66fb2efa 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -3,6 +3,8 @@ name: CMake on: push: branches: [ master ] + tags: + - '*' pull_request: branches: [ master ] |