Skip to content

Commit 92d16b2

Browse files
committed
tweaked gitignore
1 parent b5923bd commit 92d16b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ name: cmake
55
on:
66
push:
77
branches: [ main ]
8+
tags:
9+
- '*'
810
pull_request:
911
branches: [ main ]
12+
tags:
13+
- '*'
1014

1115
env:
1216
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

0 commit comments

Comments
 (0)