From 1488d81407ef3e91221950f0b31b4eaf4d36cb2d Mon Sep 17 00:00:00 2001 From: Jordon Leach Date: Thu, 22 Aug 2024 10:27:04 -0400 Subject: [PATCH] Revert "Initiate push release" This reverts commit c73790f288e34cdd44672dce9b507dfa86954f7c. --- .github/workflows/sync-extensions.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sync-extensions.yml b/.github/workflows/sync-extensions.yml index 3f5a16c..616b8e4 100644 --- a/.github/workflows/sync-extensions.yml +++ b/.github/workflows/sync-extensions.yml @@ -4,11 +4,11 @@ on: release: types: [released] # Removing this trigger until the protected rule on the `main` branch does not limit actions. - push: - branches: - - main - # paths: - # - manifest.json + # push: + # branches: + # - main + # paths: + # - manifest.json env: ACTIONS_RUNNER_DEBUG: false