zebra/.github/workflows/zcash-lightwalletd.patch.yml

21 lines
548 B
YAML

name: zcash-lightwalletd
# When the real job doesn't run because the files aren't changed,
# run a fake CI job to satisfy the branch protection rules.
on:
pull_request:
paths-ignore:
- 'zebra-rpc/**'
- 'zebrad/tests/acceptance.rs'
- 'zebrad/src/config.rs'
- 'zebrad/src/commands/start.rs'
- 'docker/zcash-lightwalletd/Dockerfile'
- '.github/workflows/zcash-lightwalletd.yml'
jobs:
build:
name: Build lightwalletd Docker
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'