Skip to content

Commit caa5905

Browse files
authored
Update workflow.yml
1 parent 5fe4613 commit caa5905

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ name: Complete Workflow
33
on:
44
push:
55
paths:
6-
- '**/*.php'
7-
- '**/*.css'
8-
- '**/*.js'
6+
- '**/*.*'
97
pull_request:
108
paths:
11-
- '**/*.php'
12-
- '**/*.css'
13-
- '**/*.js'
9+
- '**/*.*'
1410

1511
jobs:
1612
run:

0 commit comments

Comments
 (0)