From 4dbed9cb4e89bce96c2f8e3d37acb8e68358a178 Mon Sep 17 00:00:00 2001 From: Frederico Santos Date: Wed, 10 Jul 2024 19:49:05 +0100 Subject: [PATCH] chore: Add beta branch to GitHub Actions linter and gh-pages workflow --- .github/workflows/eslint.yml | 2 ++ .github/workflows/github-pages.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 32c0ca7707a..9068f1ae9a2 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -6,9 +6,11 @@ on: push: branches: - main # Trigger on push events to the main branch + - beta # Trigger on push events to the beta branch pull_request: branches: - main # Trigger on pull request events targeting the main branch + - beta # Trigger on pull request events targeting the beta branch jobs: run-linters: # Define a job named "run-linters" diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index ce52e8d9772..802ed65a18f 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - main + - beta jobs: pages: