Files
cleanuperr/.github/workflows/pipeline.yml
T
2024-11-12 15:57:21 +02:00

15 lines
285 B
YAML

on:
push:
paths:
- 'code/**'
# branches: [ main ]
jobs:
build:
uses: flmorg/cleanuperr/.github/workflows/build.yml@main
secrets: inherit
# deploy:
# needs: [ build ]
# uses: flmorg/cleanuperr/.github/workflows/deploy.yml@main
# secrets: inherit