diff --git a/.azure-devops/component-governance.yml b/.azure-devops/component-governance.yml index b9b144efe7..3f2d1c979c 100644 --- a/.azure-devops/component-governance.yml +++ b/.azure-devops/component-governance.yml @@ -2,7 +2,6 @@ trigger: - main - - postbuild pool: vmImage: "ubuntu-latest" diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 3e2fd526bd..19046697a1 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -19,7 +19,7 @@ on: push: branches: [main] pull_request: - branches: [main, postbuild] + branches: [main] workflow_dispatch: jobs: diff --git a/.github/workflows/CI-codescan.yml b/.github/workflows/CI-codescan.yml index 8cdd13c8d9..f93e6ffcca 100644 --- a/.github/workflows/CI-codescan.yml +++ b/.github/workflows/CI-codescan.yml @@ -2,9 +2,9 @@ name: CI code scan on: push: - branches: [main, postbuild] + branches: [main] pull_request: - branches: [main, postbuild] + branches: [main] jobs: analyze: diff --git a/.github/workflows/CI-notebook.yml b/.github/workflows/CI-notebook.yml index 357b418168..3bac8cab51 100644 --- a/.github/workflows/CI-notebook.yml +++ b/.github/workflows/CI-notebook.yml @@ -2,9 +2,9 @@ name: CI Notebooks on: push: - branches: [main, postbuild] + branches: [main] pull_request: - branches: [main, postbuild] + branches: [main] jobs: ci-notebook: diff --git a/.github/workflows/CI-python.yml b/.github/workflows/CI-python.yml index 0b2d7a9289..42bfab55b2 100644 --- a/.github/workflows/CI-python.yml +++ b/.github/workflows/CI-python.yml @@ -2,9 +2,9 @@ name: CI Python on: push: - branches: [main, postbuild] + branches: [main] pull_request: - branches: [main, postbuild] + branches: [main] jobs: ci-python: diff --git a/.github/workflows/CI-typescript.yml b/.github/workflows/CI-typescript.yml index 7e22a4afe3..2ac0bc24ec 100644 --- a/.github/workflows/CI-typescript.yml +++ b/.github/workflows/CI-typescript.yml @@ -10,7 +10,7 @@ env: on: pull_request: - branches: [main, postbuild] + branches: [main] jobs: ci-typescript: diff --git a/.github/workflows/Ci-raiwigets-python-typescript.yml b/.github/workflows/Ci-raiwigets-python-typescript.yml index c643435eaf..91c3ad081e 100644 --- a/.github/workflows/Ci-raiwigets-python-typescript.yml +++ b/.github/workflows/Ci-raiwigets-python-typescript.yml @@ -2,9 +2,9 @@ name: CI RAIWidgets Python Typescript on: push: - branches: [main, postbuild] + branches: [main] pull_request: - branches: [main, postbuild] + branches: [main] jobs: ci-raiwidgets-python-typescript: diff --git a/.github/workflows/GitHubPages.yml b/.github/workflows/GitHubPages.yml index adf9f6c4bb..ff537ca623 100644 --- a/.github/workflows/GitHubPages.yml +++ b/.github/workflows/GitHubPages.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - branches: [main, postbuild] + branches: [main] jobs: website-build-and-deploy: diff --git a/.github/workflows/python-linting.yml b/.github/workflows/python-linting.yml index 0d786cd79c..8acf7c5706 100644 --- a/.github/workflows/python-linting.yml +++ b/.github/workflows/python-linting.yml @@ -2,9 +2,9 @@ name: Python Linting on: push: - branches: [main, postbuild] + branches: [main] pull_request: - branches: [main, postbuild] + branches: [main] jobs: build: