1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Matched github actions

This commit is contained in:
krateng 2021-12-22 06:36:16 +01:00
parent 40648b66f3
commit 2b55e3a7c9
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Publish Docker image to Dockerhub name: Publish to Dockerhub
on: on:
push: push:

View File

@ -1,9 +1,9 @@
name: Publish Package to PyPI name: Publish to PyPI
on: on:
push: push:
tags: tags:
- 'v*.*.*' - 'v*'
jobs: jobs:
publish_to_pypi: publish_to_pypi:

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.xcf *.xcf
nohup.out nohup.out
*-old *-old
*.yml
# local actions # local actions
scripts/* scripts/*