diff --git a/.github/main.workflow b/.github/main.workflow index 13ad24d..ca6affe 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,8 +1,3 @@ -workflow "Pull Request" { - on = "push" - resolves = ["Check Code"] -} - workflow "Build, Test & Publish" { on = "push" resolves = ["Release"]