Skip to content

Commit

Permalink
fix(build): use correct workflow name to trigger publish (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Jun 26, 2023
1 parent de7c6bc commit 80eda4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ name: "Publish Artefacts"

on:
workflow_run:
workflows: [ "Test-All" ]
workflows: [ "Run-All-Tests" ]
branches:
- main
- releases
Expand Down

0 comments on commit 80eda4e

Please sign in to comment.