Skip to content

fix conditional to have elif #236

fix conditional to have elif

fix conditional to have elif #236

name: Test Docker Build
on:
push:
branches:
- '**' # Trigger on any branch
pull_request:
branches:
- dev # Trigger only on pull requests to the dev branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . -f Dockerfile