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 7992d57 commit 7cd75cc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/macos_mkspecs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: MacOS C++ make-specs
on:
'on':
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
description: Extra Resolve Options
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
branches:
- master
pull_request:
jobs:
MacOS-mkspecs:
uses: steinwurf/macos-mkspecs-action/.github/workflows/[email protected]
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}




0 comments on commit 7cd75cc

Please sign in to comment.