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 9ffae7f commit 2f933bd
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/linux_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
name: Linux Cmake
'on':
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
push:
branches:
- master
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
Expand All @@ -6,16 +17,3 @@ jobs:
uses: steinwurf/linux-cmake-action/.github/workflows/action.yml@4.0.0
with:
extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
name: Linux Cmake
'on':
pull_request: null
push:
branches:
- master
schedule:
- cron: 0 1 * * *
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false

0 comments on commit 2f933bd

Please sign in to comment.