Skip to content

Build

Build #1012

Workflow file for this run

name: Build
on:
push:
pull_request:
schedule:
- cron: '0 2 * * *'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
name: Build and Deploy
uses: vlingo/xoom-platform/.github/workflows/build.yml@master
secrets: inherit