Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zackAJ committed Feb 7, 2025
1 parent 5277cbd commit c026cc4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: PHP Composer

on:
push:
branches: [ $default-branch ]
branches:
- main
pull_request:
branches: [ $default-branch ]
branches:
- main
- dev

permissions:
contents: read
Expand Down

0 comments on commit c026cc4

Please sign in to comment.