Skip to content

Merge pull request #296 from lolmaus/patch-1 #110

Merge pull request #296 from lolmaus/patch-1

Merge pull request #296 from lolmaus/patch-1 #110

Workflow file for this run

---
name: CI (main)
# This workflow is triggered on pushes to main and runs tests and performs the release steps
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
packages: write
pull-requests: write
checks: write
jobs:
build-test-publish:
name: "Build, test, publish"
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/ci_common.yml
with:
release: true
secrets:
AZDO_TOKEN: ${{ secrets.AZDO_TOKEN }}