Closed aSemy closed 1 year ago
Seems to work as expected for pull requests, so the publish workflow is skipped
Hopefully the publish workflow will be triggered correctly when 'build' runs on the master branch!
I see that the 'publish' workflow is still triggered: https://github.com/Quillraven/Fleks/actions/runs/5574312973/workflow
This is because GitHub is still picking up the unmodified publish.workflow
that's on the master branch. The at 1336150
links to the master branch version: https://github.com/Quillraven/Fleks/commit/1336150553e685db69ac2b7b35057f245a566ed6
I expect that the publish workflow will no longer be triggered when the 'build' workflow completes if this PR is merged is merged in.
Adjust the 'publish' workflow so that it's called by the 'build' workflow as a reusable workflow
This hopefully fixes the issue described in #106
I'm not 100% certain that this will solve the issue, so please double check it!