diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b73e7130..7f2d1ae2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: # - master # - main push: - branches: [ chrome-extension ] + branches: [ main ] jobs: coverage: runs-on: ubuntu-latest diff --git a/.github/workflows/qodana_code_quality.yml_ b/.github/workflows/qodana_code_quality.yml_ index 409228e1..74f04701 100644 --- a/.github/workflows/qodana_code_quality.yml_ +++ b/.github/workflows/qodana_code_quality.yml_ @@ -5,7 +5,6 @@ on: push: branches: - main - - chrome-extension - TAB-** jobs: diff --git a/.github/workflows/vitepress.yml b/.github/workflows/vitepress.yml index 563ccf7b..728c3e88 100644 --- a/.github/workflows/vitepress.yml +++ b/.github/workflows/vitepress.yml @@ -6,7 +6,7 @@ on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. push: - branches: [chrome-extension] + branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: