sync examples on stable releases (#623)

This commit is contained in:
Peter W
2022-07-21 15:00:02 -05:00
committed by GitHub
parent 6aa864a351
commit 676e04b28e

View File

@@ -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: