From 676e04b28ef2dd5fa3aae446e25a04afe2e7a4b3 Mon Sep 17 00:00:00 2001 From: Peter W <34256109+pww217@users.noreply.github.com> Date: Thu, 21 Jul 2022 15:00:02 -0500 Subject: [PATCH] sync examples on stable releases (#623) --- .github/workflows/sync-examples.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sync-examples.yml b/.github/workflows/sync-examples.yml index c67c8c5c..0abbc323 100644 --- a/.github/workflows/sync-examples.yml +++ b/.github/workflows/sync-examples.yml @@ -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: