Skip to content

Commit 06b9877

Browse files
committed
chore: rerun actions on workflow changes
1 parent 3b8fb18 commit 06b9877

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
name: Lint PHP
1+
name: Check PHP
22

33
on:
44
push:
55
paths:
66
- '**/*.php'
7+
- '.github/workflows/*.yml'
78
pull_request:
89
paths:
910
- '**/*.php'
11+
- '.github/workflows/*.yml'
1012

1113
jobs:
1214
lint:

0 commit comments

Comments
 (0)