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