diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index 655484b2cd99..920a096e3cab 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -14,6 +14,7 @@ on: - 'tests/**' branches: - main + - update/artifact-version permissions: contents: read diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index efa9208de108..6543abdaa3a5 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -6,7 +6,7 @@ on: schedule: - cron: '0 12 1 * *' push: - branches: [main] + branches: [main, update/artifact-version] permissions: contents: read diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 2d22a3567f34..7f8f14487d33 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -26,6 +26,7 @@ on: branches: - main - release/* + - update/artifact-version pull_request: # Don't run for irrelevant changes. paths-ignore: