From 8dfbba85ad8435c7ff6a63d15a9b9053dbc2c875 Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Tue, 16 Jan 2024 10:14:26 -0800 Subject: [PATCH] CI on PRs to any branch --- .github/workflows/build-documentation.yml | 1 - .github/workflows/linting.yml | 1 - .github/workflows/testing-and-coverage.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 35e5f72b..c073953a 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -7,7 +7,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 8fbcc0f5..28012054 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -7,7 +7,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/testing-and-coverage.yml b/.github/workflows/testing-and-coverage.yml index 046dc6ea..868e0440 100644 --- a/.github/workflows/testing-and-coverage.yml +++ b/.github/workflows/testing-and-coverage.yml @@ -7,7 +7,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] jobs: build: