disable workflows
This commit is contained in:
parent
ea2841ae5c
commit
500e7d1319
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -1,9 +1,10 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
# push:
|
||||
# branches:
|
||||
# - '**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test_and_build:
|
||||
|
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Deploy to Github Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
8
.github/workflows/security.yml
vendored
8
.github/workflows/security.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user