Skip to content

Commit

Permalink
Update workflow to trigger only on push events
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Sep 9, 2024
1 parent e4eaca4 commit 5b8c26c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: PHPStan

on:
pull_request:
paths:
- '**.php'
- 'phpstan.neon.dist'
push:
branches:
- main
on: [push]

jobs:
phpstan:
Expand Down

0 comments on commit 5b8c26c

Please sign in to comment.