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 73aa9a1 commit 0063eff
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/nodebug.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
name: No Assertions
'on':
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
push:
branches:
- master
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
Expand All @@ -7,16 +18,3 @@ jobs:
uses: steinwurf/nodebug-action/.github/workflows/action.yml@8.0.0
with:
extra_resolve_options: ${{ github.events.inputs.extra_resolve_options }}
name: No Assertions
'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 0063eff

Please sign in to comment.