Skip to content

Commit

Permalink
Update workflow to run on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent 0b8f9b7 commit 9ba6ebf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: CMake
push:
branches:
- master
pull_request:
pull_request: null
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.resolve_options }}
jobs:
Expand Down Expand Up @@ -43,3 +43,6 @@ jobs:
config:
- container: ghcr.io/steinwurf/python-bindings:latest
name: Cmake 3.16.3 (GCC)
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true

0 comments on commit 9ba6ebf

Please sign in to comment.