From ad836229b3e2c4b9f997b4ad01c76f93e2aa4567 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Fri, 25 Mar 2022 13:19:45 +0100 Subject: [PATCH] Change branch name master not main --- .github/workflows/offline_bundle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/offline_bundle.yml b/.github/workflows/offline_bundle.yml index 4e29d5d..9622f0e 100644 --- a/.github/workflows/offline_bundle.yml +++ b/.github/workflows/offline_bundle.yml @@ -2,7 +2,7 @@ name: Offline Bundle on: push: - branches: [main] + branches: [master] release: types: [published] schedule: @@ -46,4 +46,4 @@ jobs: upload_url: ${{ github.event.release.upload_url }} asset_path: /srv/PVEDD/PVEDiscordDark.zip asset_name: PVEDiscordDark.zip - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip