Skip to content

Commit

Permalink
No double runs on PR's
Browse files Browse the repository at this point in the history
  • Loading branch information
casperbakker committed Sep 16, 2023
1 parent 02365e8 commit b64906f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Static analysis (phpstan)

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

jobs:
build:
Expand Down
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: Unit tests (phpunit)

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

jobs:
build:
Expand Down

0 comments on commit b64906f

Please sign in to comment.