Skip to content

Update workflow to run on push to master #811

Update workflow to run on push to master

Update workflow to run on push to master #811

Workflow file for this run

concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
Windows-cmake:
name: Windows Cmake
uses: steinwurf/windows-cmake-action/.github/workflows/action.yml@4.0.0
with:
extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
name: Windows Cmake
'on':
pull_request: null
push:
branches:
- master
schedule:
- cron: 0 1 * * *
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false