fix(github-action): update trigger for workflow

This commit is contained in:
Amruth Pillai
2023-11-10 09:31:29 +01:00
parent 69d3cd899c
commit 0c7e551bf6

View File

@ -2,9 +2,6 @@ name: Publish Docker Image
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches:
- v4
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}