From 49e3729d951b5d47e940a989d5e0d728ed04496f Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 13 May 2023 16:43:45 +0800 Subject: [PATCH] Update GitHub actions to reflect new branch names. --- .../workflows/{build_main.yml => compile_main_branches.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{build_main.yml => compile_main_branches.yml} (94%) diff --git a/.github/workflows/build_main.yml b/.github/workflows/compile_main_branches.yml similarity index 94% rename from .github/workflows/build_main.yml rename to .github/workflows/compile_main_branches.yml index beb129f..a765808 100644 --- a/.github/workflows/build_main.yml +++ b/.github/workflows/compile_main_branches.yml @@ -1,10 +1,10 @@ -name: Compile Main Branch +name: Compile Main Branches on: push: - branches: [ main ] + branches: [ development-tip, stable ] pull_request: - branches: [ main ] + branches: [ development-tip, stable ] release: types: [ created ]