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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue