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 # 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 name: publish-evennia
on: on:
push: push:
branches: [ master, develop ] tags: ['v*']
jobs: jobs:
build-and-publish: build-and-publish: