Skip to content

Commit

Permalink
Make release workflow depend on dev (test).
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten committed Mar 21, 2024
1 parent aec8bd1 commit e39ab81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ name: release & publish workflow

# Controls when the action will run.
on:
# Triggers the workflow on push events but only for the master branch
push:
workflow_run:
workflows: ["dev"]
branches: [main]
types:
- completed
tags:
- 'v*'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit e39ab81

Please sign in to comment.