Skip to content

update settings for itn4 #230

update settings for itn4

update settings for itn4 #230

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