From 303cba2ce2b546045a1a9f5ad4c4d8a55ef45d03 Mon Sep 17 00:00:00 2001 From: OliE Date: Sat, 2 Aug 2025 18:03:12 +0200 Subject: [PATCH] Update and rename ci.yml to ci_master.yml --- .github/workflows/{ci.yml => ci_master.yml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{ci.yml => ci_master.yml} (98%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci_master.yml similarity index 98% rename from .github/workflows/ci.yml rename to .github/workflows/ci_master.yml index fa6de18e..6820df98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci_master.yml @@ -6,6 +6,8 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: + branches: + 'master' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: