From e8373139a44bc8e7ea34183b0b56523798cc3231 Mon Sep 17 00:00:00 2001 From: Marvin Scham <67930021+marvinscham@users.noreply.github.com> Date: Sat, 30 Jul 2022 00:56:21 +0200 Subject: [PATCH] Removed trigger on push branch "main" --- .github/workflows/asset-updater.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/asset-updater.yml b/.github/workflows/asset-updater.yml index 3d85b4a..58f413a 100644 --- a/.github/workflows/asset-updater.yml +++ b/.github/workflows/asset-updater.yml @@ -3,7 +3,6 @@ name: Auto PR updated Assets on: schedule: [{cron: "0 4 * * *"}] workflow_dispatch: - push: {branches: ["main"]} jobs: push_to_branch_and_create_pr: