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:
|
on:
|
||||||
push:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish_to_pypi:
|
publish_to_pypi:
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@
|
|||||||
*.xcf
|
*.xcf
|
||||||
nohup.out
|
nohup.out
|
||||||
*-old
|
*-old
|
||||||
|
*.yml
|
||||||
|
|
||||||
# local actions
|
# local actions
|
||||||
scripts/*
|
scripts/*
|
||||||
|
Loading…
Reference in New Issue
Block a user