Skip to content

Commit 7002ea9

Browse files
committed
run on push
1 parent 6255bc2 commit 7002ea9

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
name: Push
22
on:
33
push:
4-
paths-ignore:
5-
- docs/*
6-
- NEWS
7-
- UPGRADING
8-
- UPGRADING.INTERNALS
9-
- README.md
10-
- CONTRIBUTING.md
11-
- CODING_STANDARDS.md
124
branches:
13-
- PHP-7.4
14-
- PHP-8.0
15-
- PHP-8.1
16-
- master
5+
- '**'
176
pull_request:
187
branches:
198
- '**'

0 commit comments

Comments
 (0)