From 262a5c000e80c12a8f82bc07f37312aa9d50f631 Mon Sep 17 00:00:00 2001 From: Erik van Oosten Date: Wed, 11 Oct 2023 08:48:26 +0200 Subject: [PATCH] Do not run CI and benches for gh-pages branch (#1075) --- .github/workflows/benchs.yml | 2 ++ .github/workflows/ci.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchs.yml b/.github/workflows/benchs.yml index 35b38363e..989b911af 100644 --- a/.github/workflows/benchs.yml +++ b/.github/workflows/benchs.yml @@ -6,6 +6,8 @@ on: - master pull_request: types: [ opened, reopened, synchronize ] + branches-ignore: + - gh-pages permissions: # deployments permission to deploy GitHub pages website diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7135989f0..f7afd9d27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,9 @@ env: branches: - master - series/0.x - pull_request: {} + pull_request: + branches-ignore: + - gh-pages jobs: build: name: Build