Files
gitea-ci-library/.gitea/workflows/ci.yml
T
niko 072514991d
ci-bats Bats tests
ci-cucumber Cucumber tests passed
ci-build Build complete
CI / feature (push) Successful in 1m27s
CI / main (push) Has been skipped
Update .gitea/workflows/ci.yml
2026-06-13 09:44:34 +03:00

21 lines
446 B
YAML

name: CI
on:
push:
branches: ["**"]
workflow_dispatch:
jobs:
feature:
if: github.ref != 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main
secrets: inherit
with:
bats-image: bats/bats:latest
main:
if: github.ref == 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main
secrets: inherit
with:
bats-image: bats/bats:latest