Skip to content

Commit

Permalink
Update workflow triggers
Browse files Browse the repository at this point in the history
We do not need to publish images for every push to the repository.

Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Sep 11, 2024
1 parent 33a2c1b commit 5a3ad1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Publish to Docker Hub

on:
workflow_run:
workflows: [Test and Build]
types:
- completed
release:
types:
- published
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ghcr-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Publish to ghcr.io

on:
workflow_run:
workflows: [Test and Build]
types:
- completed
release:
types:
- published
Expand Down

0 comments on commit 5a3ad1b

Please sign in to comment.