Skip to content

Commit 5598ba1

Browse files
committed
Whitelist filetypes to run workflow against
1 parent 90bfc4c commit 5598ba1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/plugin-artifact-for-pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Plugin Artifact for PR
33
on:
44
pull_request:
55
paths:
6-
- 'plugins/**'
6+
- 'plugins/**.php'
7+
- 'plugins/**.js'
8+
- 'plugins/**.css'
9+
- 'plugins/**.json'
710

811
jobs:
912
create-plugin-artifact:

0 commit comments

Comments
 (0)