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 name: CI
on: on:
push: # push:
branches: # branches:
- '**' # - '**'
workflow_dispatch:
jobs: jobs:
test_and_build: test_and_build:

View File

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

View File

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