From 4362265820e2a515ffb9407c737b2b12f1b6503e Mon Sep 17 00:00:00 2001 From: NeverSink Date: Thu, 16 Jan 2025 21:17:44 +0100 Subject: [PATCH] Update autorelease.yml --- .github/workflows/autorelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 8c96460..5b0e635 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -6,9 +6,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: