Skip to content

Update _config.yml_pre #77

Update _config.yml_pre

Update _config.yml_pre #77

Workflow file for this run

name: CI for main
on:
workflow_dispatch:
push:
branches: [ "main" ]
concurrency:
group: my-concurrency-group
cancel-in-progress: True
jobs:
build:
uses: therealdreg/rootkitsite/.github/workflows/build.yml@main
with:
DEP_ART: true
deploy:
needs:
- build
uses: therealdreg/rootkitsite/.github/workflows/deploy.yml@main
secrets: inherit