Skip to content

Commit a08bdaf

Browse files
committed
TEMP/TESTING
1 parent 45cbe7e commit a08bdaf

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
name: Push
22
on:
33
push:
4-
paths-ignore:
5-
- docs/**
6-
- NEWS
7-
- UPGRADING
8-
- UPGRADING.INTERNALS
9-
- '**/README.*'
10-
- CONTRIBUTING.md
11-
- CODING_STANDARDS.md
12-
- .cirrus.yml
13-
- .circleci/**
14-
branches:
15-
- PHP-8.1
16-
- PHP-8.2
17-
- PHP-8.3
18-
- PHP-8.4
19-
- master
204
pull_request:
215
paths-ignore:
226
- docs/**
@@ -41,7 +25,7 @@ env:
4125
CXX: ccache g++
4226
jobs:
4327
LINUX_X64:
44-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
28+
# if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
4529
services:
4630
mysql:
4731
image: mysql:8.3

0 commit comments

Comments
 (0)