Files
cleanuperr/.github/workflows/pipeline.yml
T
2024-11-13 10:22:05 +02:00

18 lines
329 B
YAML

on:
push:
paths:
- 'code/**'
branches: [ main ]
pull_request:
paths:
- 'code/**'
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