Skip to content

Commit d9a85c8

Browse files
authored
Update cmake.yml
CI is great
1 parent 1bc2896 commit d9a85c8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: C++ Build
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- "**"
7+
tags:
8+
- "v*.*.*"
9+
pull_request:
10+
workflow_dispatch:
11+
412

513
jobs:
614
build-ubuntu:

0 commit comments

Comments
 (0)