fix: restrict pint workflow to branch pushes only
This commit is contained in:
1
.github/workflows/pint.yml
vendored
1
.github/workflows/pint.yml
vendored
@@ -2,6 +2,7 @@ name: Pint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [1.x]
|
||||
paths:
|
||||
- '**.php'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user