mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Limit runs of workflow
This commit is contained in:
parent
1c1ed02c66
commit
fd8a520ebb
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue