Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandString committed May 13, 2023
1 parent 0c28f63 commit 5ef993f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: PHP Composer

on:
push:
branches: [ * ]
branches:
- '**'
pull_request:
branches: [ * ]
branches:
- '**'

permissions:
contents: read
Expand Down

0 comments on commit 5ef993f

Please sign in to comment.