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 2f933bd commit 3a111bb
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/linux_mkspecs.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
jobs:
Linux-mkspecs:
uses: steinwurf/linux-mkspecs-action/.github/workflows/action.yml@6.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
name: Linux C++ make-specs
'on':
pull_request: null
push:
branches:
- master
schedule:
- cron: 0 1 * * *
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
push:
branches:
- master
pull_request:
jobs:
Linux-mkspecs:
uses: steinwurf/linux-mkspecs-action/.github/workflows/action.yml@6.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}

0 comments on commit 3a111bb

Please sign in to comment.