Disable auto-ci on push
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -5,15 +5,15 @@ name: Auto-CI
|
|||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the "master" branch
|
# Triggers the workflow on push or pull request events but only for the "master" branch
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- '**' # every branch
|
# - '**' # every branch
|
||||||
- '!stayactive' # except stayactive
|
# - '!stayactive' # except stayactive
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# branches: [ "master" ]
|
# branches: [ "master" ]
|
||||||
schedule:
|
# schedule:
|
||||||
# # UTC time 3:00 = 5:00 CET
|
# UTC time 3:00 = 5:00 CET
|
||||||
- cron: '30 3 * * 6'
|
# - cron: '30 3 * * 6'
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user