We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185acb0 commit a409895Copy full SHA for a409895
.github/workflows/try-installation.yml
@@ -1,6 +1,11 @@
1
name: Try Install Package (Laravel 10 & 11)
2
+
3
env:
4
LOCAL_ENV: ${{ secrets.LOCAL_ENV }}
5
+on:
6
+ push:
7
+ branches:
8
+ - 'main'
9
10
jobs:
11
build:
0 commit comments