Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 98507c0

Browse files
authoredMay 17, 2024
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

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.