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 12, 2022
1 parent e8c73d9 commit c4fb35c
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 c4fb35c

Please sign in to comment.