Skip to content

Commit 24c7d88

Browse files
committed
Update workflow triggers
1 parent 7cd191a commit 24c7d88

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
name: Tests
22

33
on:
4-
push:
54
pull_request:
5+
paths:
6+
- 'config/**'
7+
- 'src/**'
8+
- 'tests/**'
9+
- '.github/workflows/tests.yml'
10+
- 'composer.json'
11+
push:
12+
branches: ['main']
13+
paths:
14+
- 'config/**'
15+
- 'src/**'
16+
- 'tests/**'
17+
- '.github/workflows/tests.yml'
18+
- 'composer.json'
19+
workflow_dispatch:
620

721
jobs:
822
test:

0 commit comments

Comments
 (0)