We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c18eacf + 3c85584 commit c9ef1a1Copy full SHA for c9ef1a1
.github/workflows/cmaketest.yml
@@ -1,6 +1,9 @@
1
name: CMake Test
2
3
-on: [push]
+on:
4
+ push:
5
+ tags:
6
+ - "*"
7
8
env:
9
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
0 commit comments