Skip to content

Commit

Permalink
Fix actions running twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Aericio authored Sep 29, 2023
1 parent e95585e commit 7eaf921
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: PHPStan

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

jobs:
phpstan:
Expand All @@ -19,4 +23,4 @@ jobs:
- name: Run PHPStan
uses: paroxity/pmmp-phpstan-action@4.21.0
with:
phpstan-config: phpstan.neon.dist
phpstan-config: phpstan.neon.dist

0 comments on commit 7eaf921

Please sign in to comment.