Limit docker image workflow to tags and manual triggers
This commit is contained in:
parent
5c94913643
commit
1a581ed191
1 changed files with 0 additions and 5 deletions
|
|
@ -2,13 +2,8 @@ name: Build and Publish Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
publish:
|
publish:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue