Matrix build and deploy *only* for tags

This commit is contained in:
Yair Morgenstern 2023-03-11 21:39:51 +02:00
parent bebdc46af9
commit 680da3232f
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ on:
push:
tags:
- '*' # This doesn't mean that it HAS to have a tag, only that the workflow triggers when we push a tag
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

View File

@ -8,7 +8,6 @@ on:
# Once when deploying a version is a good compromise.
tags:
- '*'
branches: [ master ]
jobs: