18 lines
329 B
YAML
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 |