We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd191a commit 24c7d88Copy full SHA for 24c7d88
.github/workflows/tests.yml
@@ -1,8 +1,22 @@
1
name: Tests
2
3
on:
4
- push:
5
pull_request:
+ paths:
6
+ - 'config/**'
7
+ - 'src/**'
8
+ - 'tests/**'
9
+ - '.github/workflows/tests.yml'
10
+ - 'composer.json'
11
+ push:
12
+ branches: ['main']
13
14
15
16
17
18
19
+ workflow_dispatch:
20
21
jobs:
22
test:
0 commit comments