From 66d426b8be282dcea983d1e399a8f3767df4771e Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Fri, 17 Nov 2023 19:18:33 -0500 Subject: [PATCH] Restore CI repo references to run on `main` --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 445b4fd..08096fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,7 @@ jobs: verify-apps: name: Build apps needs: pre-commit -# uses: beeware/.github/.github/workflows/app-build-verify.yml@main - uses: rmartin16/.github-beeware/.github/workflows/app-build-verify.yml@create-new-project + uses: beeware/.github/.github/workflows/app-build-verify.yml@main with: python-version: ${{ matrix.python-version }} runner-os: ubuntu-latest