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:
parent
40648b66f3
commit
2b55e3a7c9
2
.github/workflows/dockerhub.yml
vendored
2
.github/workflows/dockerhub.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Publish Docker image to Dockerhub
|
||||
name: Publish to Dockerhub
|
||||
|
||||
on:
|
||||
push:
|
||||
|
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Publish Package to PyPI
|
||||
name: Publish to PyPI
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
publish_to_pypi:
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
||||
*.xcf
|
||||
nohup.out
|
||||
*-old
|
||||
*.yml
|
||||
|
||||
# local actions
|
||||
scripts/*
|
||||
|
Loading…
Reference in New Issue
Block a user