8000 sync examples on stable releases (#623) · gytdev/pyscript@676e04b · GitHub
[go: up one dir, main page]

Skip to content

Commit 676e04b

Browse files
authored
sync examples on stable releases (pyscript#623)
1 parent 6aa864a commit 676e04b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/sync-examples.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: '[CI] Sync Examples'
22

33
on:
4-
push: # Only run on merges into main that modify files under examples/
5-
branches:
6-
- main
7-
paths:
8-
- examples/**
9-
- .github/workflows/sync-examples.yml # Test that workflow works when changed
4+
release:
5+
types: [published]
106

117
jobs:
128
build:

0 commit comments

Comments
 (0)
0