File tree Expand file tree Collapse file tree 2 files changed +41
-2
lines changed Expand file tree Collapse file tree 2 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
name : Lint php-cs
10
10
11
- on : pull_request
11
+ on :
12
+ push :
13
+ branches : [ main, test ]
14
+ paths :
15
+ - ' lib/**'
16
+ - ' templates/**'
17
+ - ' tests/**'
18
+ - ' vendor/**'
19
+ - ' vendor-bin/**'
20
+ - composer.lock
21
+ - composer.json
22
+ pull_request :
23
+ paths :
24
+ - ' lib/**'
25
+ - ' templates/**'
26
+ - ' tests/**'
27
+ - ' vendor/**'
28
+ - ' vendor-bin/**'
29
+ - composer.lock
30
+ - composer.json
12
31
13
32
permissions :
14
33
contents : read
Original file line number Diff line number Diff line change 8
8
9
9
name : Static analysis
10
10
11
- on : pull_request
11
+ on :
12
+ pull_request :
13
+ paths :
14
+ - .github/workflows/psalm.yml
15
+ - appinfo/**
16
+ - composer.*
17
+ - lib/**
18
+ - templates/**
19
+ - tests/**
20
+ push :
21
+ branches :
22
+ - main
23
+ - stable*
24
+ - test
25
+ paths :
26
+ - .github/workflows/psalm.yml
27
+ - appinfo/**
28
+ - composer.*
29
+ - lib/**
30
+ - templates/**
31
+ - tests/**
12
32
13
33
concurrency :
14
34
group : psalm-${{ github.head_ref || github.run_id }}
You can’t perform that action at this time.
0 commit comments