From 12bdb3ecf355e9d8128092b3b04ff018e54926d3 Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Sun, 13 Jul 2025 17:43:00 +0100 Subject: [PATCH] Update workflow branch trigger to master Changed the GitHub Actions workflow trigger branch from 'main' to 'master' to align with the repository's branch naming convention. --- .github/workflows/export_ext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/export_ext.yml b/.github/workflows/export_ext.yml index 3ff4858..bdc92d9 100644 --- a/.github/workflows/export_ext.yml +++ b/.github/workflows/export_ext.yml @@ -3,7 +3,7 @@ name: Create Release on: push: branches: - - main + - master jobs: release: