Limit runs of workflow

This commit is contained in:
Griatch 2022-11-19 01:53:29 +01:00
parent 1c1ed02c66
commit fd8a520ebb

View file

@ -1,12 +1,12 @@
# This Evennia workflow will deploy the Evennia package automatically to
# test-pypi and to pypi (if tag was given).
# pypi if vNN tag was given.
#
name: publish-evennia
on:
push:
branches: [ master, develop ]
tags: ['v*']
jobs:
build-and-publish: