Skip to content

Commit 9466d15

Browse files
committed
update github actions CI
1 parent afe5757 commit 9466d15

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: CI
22

3-
on:
4-
push:
5-
branches:
6-
- *
7-
pull_request:
8-
branches:
9-
- *
3+
on: [push, pull_request]
104

115
jobs:
126
build:
@@ -35,4 +29,4 @@ jobs:
3529
run: composer run-script tests
3630

3731
- name: Analyze code
38-
run: composer run-script analyze
32+
run: composer run-script analyze

0 commit comments

Comments
 (0)