We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db9551 commit a18cf33Copy full SHA for a18cf33
.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
@@ -21,7 +21,7 @@ on:
21
- master
22
pull_request:
23
24
25
26
27
@@ -30,8 +30,8 @@ on:
30
31
32
33
34
35
36
- '**'
37
concurrency:
0 commit comments