From 16b4df65f8fefb0e90a168f4d9b50272ea8a0ce5 Mon Sep 17 00:00:00 2001 From: crocandr Date: Fri, 31 Mar 2023 21:44:22 +0200 Subject: [PATCH] stayactive method - branch fix --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3430c68..c41e041 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,9 @@ name: Auto-CI on: # Triggers the workflow on push or pull request events but only for the "master" branch push: - branches: [ "master" ] + branches: + - '**' # every branch + - '!stayactive' # except stayactive # pull_request: # branches: [ "master" ] schedule: