Skip to content

Commit 1e7a002

Browse files
committed
Add changes for workflow only runs on php, css or js changes
1 parent 6c85eca commit 1e7a002

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Complete Workflow
22

3-
on: [ push, pull_request ]
3+
on:
4+
push:
5+
paths:
6+
- '**/*.php'
7+
- '**/*.css'
8+
- '**/*.js'
9+
pull_request:
10+
paths:
11+
- '**/*.php'
12+
- '**/*.css'
13+
- '**/*.js'
414

515
jobs:
616
run:

0 commit comments

Comments
 (0)