Skip to content

Commit

Permalink
Fixed try installation action
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Mar 13, 2024
1 parent 185acb0 commit a409895
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/try-installation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Try Install Package (Laravel 10 & 11)

env:
LOCAL_ENV: ${{ secrets.LOCAL_ENV }}
on:
push:
branches:
- 'main'

jobs:
build:
Expand Down

0 comments on commit a409895

Please sign in to comment.