Skip to content

Commit a0727cb

Browse files
authored
Merge pull request #6 from Oscabrera/chore/simplify-ci-config
Simplify GitHub Actions branch ignore rules
2 parents ecc6733 + dc6a667 commit a0727cb

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

.github/workflows/phpstan.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ name: PHPStan
66

77
on:
88
push:
9-
push:
10-
branches-ignore:
11-
- 'main'
12-
- 'develop'
13-
pull_request:
14-
branches-ignore:
15-
- 'main'
16-
- 'develop'
9+
branches-ignore:
10+
- 'main'
11+
- 'develop'
12+
pull_request:
13+
branches-ignore:
14+
- 'main'
15+
- 'develop'
1716

1817
jobs:
1918
phpstan:

.github/workflows/pint.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ name: Pint
33

44
on:
55
push:
6-
push:
7-
branches-ignore:
8-
- 'main'
9-
- 'develop'
10-
pull_request:
11-
branches-ignore:
12-
- 'main'
13-
- 'develop'
6+
branches-ignore:
7+
- 'main'
8+
- 'develop'
9+
pull_request:
10+
branches-ignore:
11+
- 'main'
12+
- 'develop'
1413

1514
jobs:
1615
phpstan:

0 commit comments

Comments
 (0)