disable workflows

This commit is contained in:
Dmitriy Kholkin 2024-04-24 02:08:25 +03:00
parent ea2841ae5c
commit 500e7d1319
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
3 changed files with 11 additions and 10 deletions

View File

@ -1,9 +1,10 @@
name: CI
on:
push:
branches:
- '**'
# push:
# branches:
# - '**'
workflow_dispatch:
jobs:
test_and_build:

View File

@ -1,9 +1,9 @@
name: Deploy to Github Pages
on:
push:
branches:
- main
# push:
# branches:
# - main
workflow_dispatch:

View File

@ -6,10 +6,10 @@ on:
workflow_dispatch:
# Listen for Production deployments
workflow_run:
workflows: [pages-build-deployment]
types:
- completed
# workflow_run:
# workflows: [pages-build-deployment]
# types:
# - completed
jobs:
zap_scan: