Skip to content

Commit 8cbd19f

Browse files
committed
TEMP/TESTING
1 parent 1b591d8 commit 8cbd19f

File tree

5 files changed

+2
-19
lines changed

5 files changed

+2
-19
lines changed

.github/workflows/build-phar.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ name: Build PHARs
33
on:
44
# Run on pushes to master and on all pull requests.
55
# Prevent the build from running when there are only irrelevant changes.
6-
push:
7-
branches:
8-
- master
9-
paths-ignore:
10-
- '**.md'
116
pull_request:
127
# Allow manually triggering the workflow.
138
workflow_dispatch:

.github/workflows/phpstan.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: PHPStan
33
on:
44
# Run on all pushes and on all pull requests.
55
# Prevent the build from running when there are only irrelevant changes.
6-
push:
7-
paths-ignore:
8-
- '**.md'
9-
- '**.xml'
106
pull_request:
117
# Allow manually triggering the workflow.
128
workflow_dispatch:

.github/workflows/quicktest.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Quicktest
22

33
on:
44
# Run on pushes to all branches except for `master`.
5-
push:
6-
branches-ignore:
7-
- master
8-
paths-ignore:
9-
- '**.md'
105
# Allow manually triggering the workflow.
116
workflow_dispatch:
127

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
# Run on pushes to `master` and on all pull requests.
55
# Prevent the build from running when there are only irrelevant changes.
66
push:
7-
branches:
8-
- master
7+
# branches:
8+
# - master
99
paths-ignore:
1010
- '**.md'
1111
pull_request:

.github/workflows/validate.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Validate
33
on:
44
# Run on all pushes and on all pull requests.
55
# Prevent the build from running when there are only irrelevant changes.
6-
push:
7-
paths-ignore:
8-
- '**.md'
96
pull_request:
107
# Allow manually triggering the workflow.
118
workflow_dispatch:

0 commit comments

Comments
 (0)