change the action

pull/18407/head
lska367 1 year ago committed by GitHub
parent b711929106
commit 65c58e53e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save