Skip to content

ci: rename the custom github actions to use the new repo names #100

ci: rename the custom github actions to use the new repo names

ci: rename the custom github actions to use the new repo names #100

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