From d9f637b6482b18300d7abb0724bd6e843747714d Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Sun, 24 Aug 2025 12:36:01 +0700 Subject: [PATCH] Disable auto-ci on push Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- .github/workflows/build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c41e041..f02d956 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,15 +5,15 @@ name: Auto-CI # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "master" branch - push: - branches: - - '**' # every branch - - '!stayactive' # except stayactive -# pull_request: -# branches: [ "master" ] - schedule: - # # UTC time 3:00 = 5:00 CET - - cron: '30 3 * * 6' + # push: + # branches: + # - '**' # every branch + # - '!stayactive' # except stayactive + # pull_request: + # branches: [ "master" ] + # schedule: + # UTC time 3:00 = 5:00 CET + # - cron: '30 3 * * 6' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: