Skip to content

Commit e9e1b8b

Browse files
committed
Rework workflow files
1 parent 389b442 commit e9e1b8b

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

.github/workflows/phpstan.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ name: PHPStan
22

33
on:
44
push:
5-
paths-ignore:
6-
- "docs/**"
7-
- "README.md"
5+
branches:
6+
- main
7+
- "*.x"
88
pull_request:
9-
types: [ready_for_review, synchronize, opened]
10-
paths-ignore:
11-
- "docs/**"
12-
- "README.md"
139

1410
env:
1511
phpv: 8.3

.github/workflows/tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ name: Tests
22

33
on:
44
push:
5-
paths-ignore:
6-
- "docs/**"
7-
- "README.md"
5+
branches:
6+
- main
7+
- "*.x"
88
pull_request:
9-
types: [ready_for_review, synchronize, opened]
10-
paths-ignore:
11-
- "docs/**"
12-
- "README.md"
139

1410
jobs:
1511
test:

0 commit comments

Comments
 (0)