Skip to content

Commit

Permalink
GitHub: changed workflow trigger for several jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryExtraordinaryUsername committed Feb 13, 2024
1 parent ed1baac commit e642c38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish Docker image for new tag/release

on:
push:
tags:
- '*'
workflow_run:
workflows: [Publish release]
types:
- completed

env:
REGISTRY: ghcr.io
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release-asset-publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish release .jar

on:
push:
tags:
- '*'
workflow_run:
workflows: [Publish release]
types:
- completed

jobs:
build:
Expand Down

0 comments on commit e642c38

Please sign in to comment.