We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f057d2b + a18cf33 commit 3d2f988Copy full SHA for 3d2f988
.github/workflows/push.yml
@@ -2,7 +2,7 @@ name: Push
2
on:
3
push:
4
paths-ignore:
5
- - docs/*
+ - docs/**
6
- NEWS
7
- UPGRADING
8
- UPGRADING.INTERNALS
@@ -11,8 +11,8 @@ on:
11
- CODING_STANDARDS.md
12
- .cirrus.yml
13
- .travis.yml
14
- - travis/*
15
- - .circleci/*
+ - travis/**
+ - .circleci/**
16
branches:
17
- PHP-7.4
18
- PHP-8.0
@@ -22,7 +22,7 @@ on:
22
- master
23
pull_request:
24
25
26
27
28
@@ -31,8 +31,8 @@ on:
31
32
33
34
35
36
37
- '**'
38
permissions:
0 commit comments