Skip to content

Commit

Permalink
Updating gh workflows to only occur off of master
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Garcia <[email protected]>
  • Loading branch information
ragboyjr committed May 18, 2020
1 parent 44fc154 commit b8efe5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: PHP Tests

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit b8efe5c

Please sign in to comment.