Skip to content

ci: sync our fork with the upstream repo before making a commit #95

ci: sync our fork with the upstream repo before making a commit

ci: sync our fork with the upstream repo before making a commit #95

Workflow file for this run

name: PR Build
on:
pull_request:
branches:
- "main"
- "release-*"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make docker-build