diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84d5e5f852..e283db4e2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,12 +3,7 @@ name: Build on: # Run on pushes to main and pushed tags, and on pull requests against main, but ignore the docs folder push: - branches: [ main ] - tags: - - 'v*' pull_request: - branches: [ main ] - merge_group: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 39e4759300..5fda255d9f 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -3,12 +3,7 @@ name: Lint and Format on: # Run on pushes to main and pushed tags, and on pull requests against main, but ignore the docs folder push: - branches: [ main ] - tags: - - 'v*' pull_request: - branches: [ main ] - merge_group: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/photon-api-docs.yml b/.github/workflows/photon-api-docs.yml index f9b72c4b85..37e436edc2 100644 --- a/.github/workflows/photon-api-docs.yml +++ b/.github/workflows/photon-api-docs.yml @@ -3,12 +3,7 @@ name: Photon API Documentation on: # Run on pushes to main and pushed tags, and on pull requests against main, but ignore the docs folder push: - branches: [ main ] - tags: - - 'v*' pull_request: - branches: [ main ] - merge_group: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/photonvision-rtd.yml b/.github/workflows/photonvision-rtd.yml index ed9e8f2ec7..7f02b87c28 100644 --- a/.github/workflows/photonvision-rtd.yml +++ b/.github/workflows/photonvision-rtd.yml @@ -2,10 +2,7 @@ name: PhotonVision ReadTheDocs Checks on: push: - branches: [ main ] pull_request: - branches: [ main ] - merge_group: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3bfeb6114c..86dbb8fb93 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -5,12 +5,7 @@ permissions: on: push: - branches: [ main ] - tags: - - 'v*' pull_request: - branches: [ main ] - merge_group: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index ff2acaaa7d..e61bd7674d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -2,13 +2,7 @@ name: Website on: push: - # For now, run on all commits to main - branches: [ main ] - tags: - - 'v*' pull_request: - branches: [ main ] - merge_group: jobs: rsync: