Răsfoiți Sursa

add: 都加个手动触发好了

chenxuuu 4 ani în urmă
părinte
comite
9f25a4a7e4

+ 1 - 0
.github/workflows/air100st.yml

@@ -8,6 +8,7 @@ on:
       - 'luat/**'
       - 'components/**'
       - 'bsp/air100st/**'
+  workflow_dispatch:
 
 jobs:
   build:

+ 2 - 3
.github/workflows/air101.yml

@@ -8,12 +8,11 @@ on:
       - 'luat/**'
       - 'components/**'
       - 'bsp/air101/**'
+  workflow_dispatch:
 
 jobs:
   build:
-
     runs-on: ubuntu-20.04
-
     steps:
     - uses: actions/checkout@v1
     - name: prepare software
@@ -33,7 +32,7 @@ jobs:
         AIR101REPO: ${{ secrets.AIR101REPO }}
       run: |
         cd ..
-        git -q --depth=1 --branch=master clone ${AIR101REPO} air101
+        git clone -q --depth=1 --branch=master ${AIR101REPO} air101
     - name: make
       run: |
         cd ../air101

+ 1 - 0
.github/workflows/air640w.yml

@@ -8,6 +8,7 @@ on:
       - 'luat/**'
       - 'components/**'
       - 'bsp/air640w/**'
+  workflow_dispatch:
 
 jobs:
   build:

+ 1 - 0
.github/workflows/pico.yml

@@ -8,6 +8,7 @@ on:
       - 'luat/**'
       - 'components/**'
       - 'bsp/raspberrypi-pico/**'
+  workflow_dispatch:
 
 jobs:
   build:

+ 1 - 0
.github/workflows/win32.yml

@@ -8,6 +8,7 @@ on:
       - 'luat/**'
       - 'components/**'
       - 'bsp/win32/**'
+  workflow_dispatch:
 
 jobs:
   build: