mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-12-01 19:34:54 +03:00
chore: update workflows
This commit is contained in:
parent
bf63f56c37
commit
b7b11fb7f0
7
.github/workflows/docker-publish.yml
vendored
7
.github/workflows/docker-publish.yml
vendored
@ -1,5 +1,10 @@
|
||||
name: Publish Docker
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ['Test']
|
||||
types: [completed]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user