diff --git a/examples/typescript-github-action/.github/workflows/deploy.yml b/examples/typescript-github-action/.github/workflows/deploy.yml index b40111332a..faecdb7ca9 100644 --- a/examples/typescript-github-action/.github/workflows/deploy.yml +++ b/examples/typescript-github-action/.github/workflows/deploy.yml @@ -4,7 +4,6 @@ jobs: deploy_job: runs-on: ubuntu-latest name: Deploy app to Contentful - if: contains(github.ref, 'main') || contains(github.ref, 'master') steps: - uses: actions/checkout@v3 - name: Use Node.js 16.x