diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e411c49..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,9 @@ jobs: runs-on: ubuntu-latest + # TODO: Need to be removed after separate configs are made + if: github.ref == 'refs/heads/master' + steps: - name: Checkout uses: actions/checkout@v2 @@ -51,6 +54,9 @@ jobs: runs-on: ubuntu-latest + # TODO: Need to be removed after separate configs are made + if: github.ref == 'refs/heads/master' + steps: - name: Deploy uses: appleboy/ssh-action@master