Skip to content

Commit

Permalink
Update publish_docker_matrix_debian.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 14, 2024
1 parent d8e89da commit 8fc6683
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/publish_docker_matrix_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ name: Docker Image Publish Matrix (Debian)
on:
workflow_dispatch:
workflow_call:
workflow_run:
workflows: ["Docker Image Publish Matrix (All)"]
types:
- completed

push:
branches:
- master
- develop
tags:
- tc_nightly*
- tc_v*.*.*
pull_request:
branches: [ "master", "develop" ]

# permissions are needed if pushing to ghcr.io
permissions:
Expand Down

0 comments on commit 8fc6683

Please sign in to comment.