Skip to content

Commit e5d9240

Browse files
committed
update workflow
1 parent 82e2469 commit e5d9240

File tree

2 files changed

+4
-48
lines changed

2 files changed

+4
-48
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: PHP Composer
1+
name: PHP Test
22

33
on:
44
push:
5-
branches: [ "feat/add-guzzle-http" ]
6-
5+
branches: [ "development" ]
6+
pull_request:
7+
branches: [ "development" ]
78
permissions:
89
contents: read
910

0 commit comments

Comments
 (0)