Skip to content

Commit

Permalink
ci: add schedule run on PHPMD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaur committed Nov 22, 2022
1 parent 77d5acf commit d5b9f96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/phpmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: PHPMD

on:
push:
branches: [ "master" ]
branches:
- master

schedule:
- cron: '31 6 * * 0'

permissions:
contents: read
Expand Down

0 comments on commit d5b9f96

Please sign in to comment.