Change triggers
This commit is contained in:
parent
60302ed1bc
commit
9be46a7f04
2 changed files with 9 additions and 15 deletions
13
.github/workflows/docker.yaml
vendored
13
.github/workflows/docker.yaml
vendored
|
|
@ -1,15 +1,12 @@
|
||||||
name: Deploy to DockerHub
|
name: Publish on DockerHub
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
push:
|
||||||
workflows: Check library
|
tags:
|
||||||
branches: main
|
- '*'
|
||||||
types: completed
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
publish:
|
||||||
if: github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags')
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
|
|
||||||
11
.github/workflows/publish.yaml
vendored
11
.github/workflows/publish.yaml
vendored
|
|
@ -1,15 +1,12 @@
|
||||||
name: Publish package
|
name: Publish on PyPI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
push:
|
||||||
workflows: Check library
|
tags:
|
||||||
branches: main
|
- '*'
|
||||||
types: completed
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
if: github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags')
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue