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 24adfb4 commit 9ffae7f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@2.0.0
name: Cppcheck
'on':
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
push:
branches:
- master
schedule:
- cron: 0 1 * * *
workflow_dispatch: null
pull_request:
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@2.0.0

0 comments on commit 9ffae7f

Please sign in to comment.