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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [1.x]
|
||||||
paths:
|
paths:
|
||||||
- '**.php'
|
- '**.php'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user