mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-12 22:00:56 -05:00
sync examples on stable releases (#623)
This commit is contained in:
8
.github/workflows/sync-examples.yml
vendored
8
.github/workflows/sync-examples.yml
vendored
@@ -1,12 +1,8 @@
|
||||
name: '[CI] Sync Examples'
|
||||
|
||||
on:
|
||||
push: # Only run on merges into main that modify files under examples/
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- examples/**
|
||||
- .github/workflows/sync-examples.yml # Test that workflow works when changed
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user