diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index aa20dd1..e0c050e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -1,5 +1,5 @@ name: Push - +# TODO: Need to be changed into separate configs after on: [push, release] jobs: @@ -26,6 +26,7 @@ jobs: runs-on: ubuntu-latest + # TODO: Need to be removed after separate configs are made if: github.ref == 'refs/heads/master' steps: @@ -52,7 +53,8 @@ jobs: needs: release runs-on: ubuntu-latest - + + # TODO: Need to be removed after separate configs are made if: github.ref == 'refs/heads/master' steps: