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 a4dfa35 + 3d2f988 commit 1beb778Copy full SHA for 1beb778
.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,16 +11,16 @@ on:
11
- CODING_STANDARDS.md
12
- .cirrus.yml
13
- .travis.yml
14
- - travis/*
15
- - .circleci/*
+ - travis/**
+ - .circleci/**
16
branches:
17
- PHP-8.1
18
- PHP-8.2
19
- PHP-8.3
20
- master
21
pull_request:
22
23
24
25
26
@@ -29,8 +29,8 @@ on:
29
30
31
32
33
34
35
- '**'
36
permissions:
0 commit comments