Skip to content

Allow changing to the next PR by on phones by touch #11

Allow changing to the next PR by on phones by touch

Allow changing to the next PR by on phones by touch #11

name: Build Docker image.
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile