diff --git a/.github/workflows/api-tests.yml b/.github/workflows/api-tests.yml index 81c247bfba..b9547b6452 100644 --- a/.github/workflows/api-tests.yml +++ b/.github/workflows/api-tests.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - main - - plugins/beta paths: - api/** - docker/** diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index cea464442c..49ab983778 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -5,7 +5,6 @@ on: branches: - "main" - "deploy/dev" - - "plugins/beta" release: types: [published] diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 69b9b16cd0..c795db9569 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - main - - plugins/beta concurrency: group: style-${{ github.head_ref || github.run_id }} @@ -153,7 +152,7 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' env: BASH_SEVERITY: warning - DEFAULT_BRANCH: plugins/beta + DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IGNORE_GENERATED_FILES: true IGNORE_GITIGNORED_FILES: true