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 3a5e6ed commit 72bb4f0
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: Cppcheck
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@2.0.0










name: Cppcheck
'on':
push:
branches:
- master
schedule:
- cron: 0 1 * * *
workflow_dispatch: null

0 comments on commit 72bb4f0

Please sign in to comment.