Skip to content

Commit 7a8d93a

Browse files
authored
Update cmake.yml
1 parent 7fa2ba7 commit 7a8d93a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/cmake.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: CMake
22

3-
on: [push]
4-
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
59
env:
610
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
711
BUILD_TYPE: Release
@@ -133,4 +137,4 @@ jobs:
133137
uses: actions/upload-artifact@v3
134138
with:
135139
name: CompressonatorFramework_Windows_Master_Build
136-
path: CompressonatorFramework_result/
140+
path: CompressonatorFramework_result/

0 commit comments

Comments
 (0)