Skip to content

Commit

Permalink
Update Actions (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer14420 authored Nov 30, 2024
1 parent befde87 commit 4425a9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/phpmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ name: PHPMD

on:
push:
branches: [ "main" ]
branches: [ "main", "dev/*" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "main", "dev/*" ]
schedule:
- cron: '42 20 * * 5'

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ name: Psalm Security Scan

on:
push:
branches: [ "main" ]
branches: [ "main", "dev/*" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "main", "dev/*" ]
schedule:
- cron: '28 7 * * 2'

Expand Down

0 comments on commit 4425a9e

Please sign in to comment.