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 6767309 commit 2331c99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Cppcheck
on:
'on':
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
push:
branches:
- master
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@2.0.0




0 comments on commit 2331c99

Please sign in to comment.