Skip to content

Commit 31ce41f

Browse files
authored
Update build-sdk-and-examples.yml
1 parent 10bf6bc commit 31ce41f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build-sdk-and-examples.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Build SDK and Examples
22

33
on:
4-
push:
5-
branches: [ main ]
6-
workflow_dispatch: {}
4+
on:
5+
workflow_dispatch: # Manual trigger
6+
#push:
7+
# branches:
8+
# - main
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)