"build and deploy" only activates on tag

This commit is contained in:
Yair Morgenstern 2023-03-08 16:58:25 +02:00
parent 5e88dbd7a1
commit 482aed4fdc

View File

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