Skip to content

Merge pull request #655 from gundam-organization/feature/bbhNumerical… #1159

Merge pull request #655 from gundam-organization/feature/bbhNumerical…

Merge pull request #655 from gundam-organization/feature/bbhNumerical… #1159

Workflow file for this run

name: Ubuntu latest Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types:
- opened
- reopened
- synchronize
- labeled # check for labels
jobs:
build:
runs-on: ubuntu-latest
# save CPU time on GitHub
# either it's a push to main
# either ( disable for draft PRs && correctly labeled )
# if: ${{ github.event_name == 'push' || github.event.pull_request.labels.*.name == 'enable workflow' }}
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile