Skip to content

Use main branch for documentation of RAP repo #5

Use main branch for documentation of RAP repo

Use main branch for documentation of RAP repo #5

Workflow file for this run

name: Build test
on:
push:
branches:
- '**' # matches every branch
- '!main' # excludes main branch
jobs:
build:
name: Docker build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: docker build .