Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NavNTCMP authored Mar 18, 2024
1 parent 7fa2ba7 commit 7a8d93a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: CMake

on: [push]

on:
push:
branches:
- master
pull_request:

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
Expand Down Expand Up @@ -133,4 +137,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: CompressonatorFramework_Windows_Master_Build
path: CompressonatorFramework_result/
path: CompressonatorFramework_result/

0 comments on commit 7a8d93a

Please sign in to comment.