Skip to content

Commit a409895

Browse files
committed
Fixed try installation action
1 parent 185acb0 commit a409895

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/try-installation.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Try Install Package (Laravel 10 & 11)
2+
23
env:
34
LOCAL_ENV: ${{ secrets.LOCAL_ENV }}
5+
on:
6+
push:
7+
branches:
8+
- 'main'
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)