Skip to content

Add push workflow to test Docker build #1

Add push workflow to test Docker build

Add push workflow to test Docker build #1

Workflow file for this run

name: Push
on:
push: {}
pull_request:
branches: [ main ]
workflow_dispatch: {}
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
timeout-minutes: 10
run: |
docker build .