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 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: concurrency:
group: docker-build-${{ github.head_ref || github.run_id }} group: docker-build-${{ github.head_ref || github.run_id }}

Loading…
Cancel
Save