Skip to content

Commit ace1056

Browse files
committed
(chore): Simplify CI triggers to pull_request only
1 parent 5af1222 commit ace1056

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Integration Tests
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
7-
branches: [main]
85

96
jobs:
107
integration:

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Lint
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
7-
branches: [main]
85

96
jobs:
107
pint:

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Static Analysis
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
7-
branches: [main]
85

96
jobs:
107
phpstan:

0 commit comments

Comments
 (0)