Skip to content

Commit

Permalink
Trigger tests on push and pull requstes
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrycze-volk committed Apr 5, 2024
1 parent d5b5359 commit fb48672
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: PHPUnit

on: [push]
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build-test:
Expand Down

0 comments on commit fb48672

Please sign in to comment.