diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b699c7d..9cc51bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,8 @@ jobs: deploy-test: runs-on: ubuntu-latest needs: build + if: github.ref == 'refs/heads/main' + # if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository environment: name: techradar url: http://techradar-test-aoe.s3-website.eu-central-1.amazonaws.com/techradar/index.html