pleroma-fe/.woodpecker/build.yaml
Henry Jameson 9c51ff467e cleanup
2026-08-05 17:34:35 +03:00

17 lines
398 B
YAML

when:
- event: pull_request
evaluate: 'CI_COMMIT_SOURCE_BRANCH != "weblate" && not(CI_COMMIT_SOURCE_BRANCH startsWith "renovate/")'
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
- event: manual
branch: ${CI_REPO_DEFAULT_BRANCH}
labels:
platform: linux/amd64
steps:
build:
image: docker.io/node:20-alpine
commands:
- yarn --frozen-lockfile
- yarn build