diff --git a/.github/workflows/azure-preview-env-deploy.yml b/.github/workflows/azure-preview-env-deploy.yml index 912f08df903f..c37dbedfdcce 100644 --- a/.github/workflows/azure-preview-env-deploy.yml +++ b/.github/workflows/azure-preview-env-deploy.yml @@ -27,6 +27,9 @@ on: description: 'The commit SHA to build' type: string required: true + push: + branches: + - gh-readonly-queue/main/** permissions: contents: read diff --git a/.github/workflows/link-check-all.yml b/.github/workflows/link-check-all.yml index 010cafb3f8ce..eeec776e09fd 100644 --- a/.github/workflows/link-check-all.yml +++ b/.github/workflows/link-check-all.yml @@ -9,6 +9,7 @@ on: push: branches: - main + - gh-readonly-queue/main/** pull_request: permissions: diff --git a/.github/workflows/orphaned-assets-check.yml b/.github/workflows/orphaned-assets-check.yml index 7fc0c280a050..c300159f4677 100644 --- a/.github/workflows/orphaned-assets-check.yml +++ b/.github/workflows/orphaned-assets-check.yml @@ -6,6 +6,9 @@ name: 'Orphaned assets check' on: pull_request: + push: + branches: + - gh-readonly-queue/main/** permissions: contents: read diff --git a/.github/workflows/repo-freeze-check.yml b/.github/workflows/repo-freeze-check.yml index 3815e2883ac3..a680269f41a2 100644 --- a/.github/workflows/repo-freeze-check.yml +++ b/.github/workflows/repo-freeze-check.yml @@ -15,6 +15,9 @@ on: - unlocked branches: - main + push: + branches: + - gh-readonly-queue/main/** permissions: contents: none diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c86acc9c463d..de1034d14f2e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,9 @@ name: Node.js Tests on: workflow_dispatch: pull_request: + push: + branches: + - gh-readonly-queue/main/** permissions: contents: read diff --git a/.github/workflows/triage-unallowed-internal-changes.yml b/.github/workflows/triage-unallowed-internal-changes.yml index d30fb29a19b9..8a2a2171cb62 100644 --- a/.github/workflows/triage-unallowed-internal-changes.yml +++ b/.github/workflows/triage-unallowed-internal-changes.yml @@ -12,6 +12,9 @@ on: - opened - reopened - synchronize + push: + branches: + - gh-readonly-queue/main/** permissions: # This is needed by dorny/paths-filter