Skip to content

Add PR workflow

Add PR workflow #2

Workflow file for this run

name: PR
on:
pull_request: {}
jobs:
pr:
runs-on: ubuntu-22.04
steps:
- name: Build Docker container
uses: docker/build-push-action@v5.0.0