diff --git a/.github/workflows/geth.yml b/.github/workflows/geth.yml index fe8e6d48a0f53..adda793889e30 100644 --- a/.github/workflows/geth.yml +++ b/.github/workflows/geth.yml @@ -7,11 +7,13 @@ on: - 'l2geth/**' branches: - master + - '*rc' pull_request: paths: - 'l2geth/**' branches: - master + - '*rc' defaults: run: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index cd77c0e686ff8..5711b60b58a64 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - '*rc' pull_request: jobs: diff --git a/.github/workflows/ts-packages.yml b/.github/workflows/ts-packages.yml index cfaf2103a3ccc..3f34c75dc3b4d 100644 --- a/.github/workflows/ts-packages.yml +++ b/.github/workflows/ts-packages.yml @@ -4,12 +4,14 @@ on: push: branches: - master + - '*rc' paths: - 'packages/**/*.sol' - 'packages/**/*.ts' pull_request: branches: - master + - '*rc' paths: - 'packages/**/*.sol' - 'packages/**/*.ts'