Skip to content

Commit

Permalink
Update static-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Dec 21, 2022
1 parent 210dab1 commit 1fde5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -47,7 +47,7 @@ jobs:

name: Facade DocBlocks

if: ${{ github.repository_owner == 'laravel' && (github.ref_name == 'master' || github.ref_name == '9.x') }}
if: ${{ github.repository_owner == 'laravel' && github.event_name == 'push' }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 1fde5a0

Please sign in to comment.