diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9e98adf1..f647e0780 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: CI on: pull_request: branches: - - '**' + - 'main' workflow_call: secrets: ITERATIVELY_KEY: diff --git a/.github/workflows/release-preview.yaml b/.github/workflows/release-preview.yaml index 4fd5195f2..838259c03 100644 --- a/.github/workflows/release-preview.yaml +++ b/.github/workflows/release-preview.yaml @@ -2,8 +2,7 @@ name: Build and Release "Preview" on: push: branches: - # TODO: revert back to main once this feature is released - - feat/HEAD-78_oss_via_ls + - main jobs: build: uses: snyk/vscode-extension/.github/workflows/ci.yaml@main