Skip to content

Commit d764903

Browse files
committed
Fixed CI?
1 parent fa36f6f commit d764903

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/code_samples.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Check code samples"
22

33
on:
4+
push:
5+
branches:
6+
- master
7+
- "[0-9]+.[0-9]+"
48
pull_request: ~
59

610
jobs:
@@ -43,7 +47,8 @@ jobs:
4347

4448
- name: Ignore audit advisory for PHP 7.4
4549
if: matrix.php == '7.4'
46-
run: composer config audit.ignore --json '{"GHSA-68jq-c3rv-pcrr": "As this is for code quality tests and not to run a production DXP, this can be ignored."}'
50+
run: |
51+
composer config audit.ignore --json '{"GHSA-68jq-c3rv-pcrr": "As this is for code quality tests and not to run a production DXP, this can be ignored."}'
4752
4853
- uses: ramsey/composer-install@v3
4954
with:

0 commit comments

Comments
 (0)