Skip to content

Commit 420782e

Browse files
committed
TMP: Add push to run workflow
1 parent b8e3fb9 commit 420782e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/genExamples.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Update examples.json
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
develop:
7-
description: "Test with develop branch"
8-
required: false
9-
type: boolean
4+
# workflow_dispatch:
5+
# inputs:
6+
# develop:
7+
# description: "Test with develop branch"
8+
# required: false
9+
# type: boolean
10+
push:
1011

1112
jobs:
1213
build:
@@ -30,8 +31,8 @@ jobs:
3031
path: ~/.pico-sdk
3132
key: pico-sdk-${{ hashFiles('scripts/genExamples.py') }}
3233
- name: Run genExamples.py
33-
env:
34-
SDK_VERSION: ${{ inputs.develop && '2-develop' || '' }}
34+
# env:
35+
# SDK_VERSION: ${{ inputs.develop && '2-develop' || '' }}
3536
run: |
3637
python scripts/genExamples.py
3738
- name: Upload Artifact

0 commit comments

Comments
 (0)