Files
adf-codec/.gitea/workflows/ci.yml
T
lilleman d9056973a1
CI / gate (push) Successful in 11s
CI / publish (push) Has been skipped
5c: the build, the freeze audit and the release pipeline
2026-09-03 20:26:25 +02:00

20 lines
361 B
YAML

name: CI
on: push
jobs:
gate:
runs-on: docker-host
steps:
- uses: actions/checkout@v7.0.1
- run: bash ci.sh
publish:
if: github.ref == 'refs/heads/main'
needs: gate
runs-on: docker-host
steps:
- uses: actions/checkout@v7.0.1
- env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: bash publish.sh