Skip to content

Commit

Permalink
ci: change trigger for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Oct 22, 2024
1 parent 2c3ef8b commit 6c8912a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
name: Build

on:
push:
tags:
- "v*"
workflow_run:
workflows: ["Release"]
types:
- completed

jobs:
docker:
Expand Down

0 comments on commit 6c8912a

Please sign in to comment.