diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84d5e5f85..e283db4e2 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 39e475930..5fda255d9 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 f9b72c4b8..37e436edc 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 ed9e8f2ec..7f02b87c2 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 3bfeb6114..86dbb8fb9 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 ff2acaaa7..e61bd7674 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: