Skip to content

Commit 7bd2bbf

Browse files
committed
NO-ISSUE Execute actions only for master and master's PRs
1 parent 7e1563a commit 7bd2bbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master, openapi-31 ]
5+
branches: [ master ]
66
pull_request:
7-
branches: [ master, openapi-31 ]
7+
branches: [ master ]
88

99
jobs:
1010
phpunit:

0 commit comments

Comments
 (0)