Skip to content

Privaxy CI

Privaxy CI #32

Workflow file for this run

name: Privaxy CI
on:
workflow_dispatch:
schedule:
- cron: "0 12 * * 1"
pull_request:
paths-ignore:
- ".github/**"
- ".devcontainer/**"
- "*.md"
- ".*"
push:
branches: [dev, v*]
paths-ignore:
- ".github/**"
- ".devcontainer/**"
- "*.md"
- ".*"
jobs:
build:
uses: ./.github/workflows/privaxy-build.yml
with:
upload-artifact: false
build-linux: true
build-windows: false
check:
needs:
- build
if: ${{ !cancelled() }}
uses: ./.github/workflows/check.yml