Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNicker authored Aug 6, 2023
1 parent 4128b8d commit 2a46fc9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: CMake

on:
push:
branches: [ "master" ]
branches: [ "builtest" ]
branches: [ "master" , "builtest"]
pull_request:
branches: [ "master" ]
branches: [ "builtest" ]

branches: [ "master" , "builtest"]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: RelWithDebInfo
Expand Down

0 comments on commit 2a46fc9

Please sign in to comment.