Merge pull request #190 from Murmele/pushTagsTrigger

trigger also on tag pushes
This commit is contained in:
Murmele 2022-06-10 09:25:45 +02:00 committed by GitHub
commit 57d7aff03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ on:
push:
branches:
- master
tags:
- 'gittyup_v*'
pull_request:
page_build:
workflow_dispatch: