@ -1,12 +1,14 @@
name: Build docker image
on:
# on:
pull_request:
# pull_request:
branches:
# branches:
- "main"
# - "main"
paths:
# paths:
- api/Dockerfile
# - api/Dockerfile
- web/Dockerfile
# - web/Dockerfile
on: workflow_dispatch
concurrency:
group: docker-build-${{ github.head_ref || github.run_id }}