Skip to content

Commit

Permalink
Add push and workflow_dispatch workflow triggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
costdev committed Nov 1, 2024
1 parent 72420b8 commit 5b51bfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Run PHPUnit Tests

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
phpunit:
Expand Down

0 comments on commit 5b51bfc

Please sign in to comment.