From f4130df98b4893777281a2643853fd97d36042ed Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 5 Nov 2024 14:29:39 -0500 Subject: [PATCH] FIX: What --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3bb5b156..202d039f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,10 +5,10 @@ concurrency: on: # yamllint disable-line rule:truthy push: branches: - - '*' + - main pull_request: branches: - - '*' + - main jobs: job: @@ -25,7 +25,7 @@ jobs: - os: ubuntu-22.04 kind: pip python: '3.12' - # ARM64 will probably need to wait until + # ARM64 will probably need to wait until we transition to Pyglet 2 # - os: 'macos-latest' # arm64 # kind: 'conda' # python: '3.12'