Skip to content

Commit

Permalink
SP-804 Run actions on push and pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Feb 5, 2024
1 parent cad5e66 commit 51cd6b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Test

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

jobs:
phpunit:
Expand Down

0 comments on commit 51cd6b1

Please sign in to comment.