Skip to content

Commit

Permalink
Update CI_with_Cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmskintner authored Apr 6, 2021
1 parent 2a94ce8 commit ef1f0b8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/CI_with_Cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@

name: Cmake CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Controls when the action will run.
# Triggers the workflow on push or pull request events
on: [push, pull_request]

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

0 comments on commit ef1f0b8

Please sign in to comment.