Skip to content

Commit

Permalink
Restrict branches for PHP CS Fixer workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Dec 12, 2024
1 parent 67c63ef commit c3c0735
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: PHP CS Fixer

on:
push:
branches:
- master
- main
- develop
paths:
- '**.php'
schedule:
- cron: "0 0 * * 0"

Expand Down

0 comments on commit c3c0735

Please sign in to comment.