1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

docker-build should also run on tags (#230)

This commit is contained in:
James Hillyerd
2021-08-01 13:19:19 -07:00
committed by GitHub
parent 6593a36b48
commit 091e26c467

View File

@@ -2,6 +2,7 @@ name: Docker Image
on: on:
push: push:
branches: [ "master", "develop" ] branches: [ "master", "develop" ]
tags: [ "v*" ]
pull_request: pull_request:
jobs: jobs:
build: build: