Disable auto-ci on push

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2025-08-24 12:36:01 +07:00
parent efafc29222
commit d9f637b648

View File

@@ -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: