Skip to content

Commit 98507c0

Browse files
authored
Merge pull request #298 from php-school/push-build-main
Only run push build on master
2 parents ce202fb + ea8214f commit 98507c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php-workshop.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: PhpWorkshop
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
68

79
jobs:

0 commit comments

Comments
 (0)