Code changes to support the master->main branch switch (#701)

This commit is contained in:
Joe Rickerby
2021-05-27 11:28:52 +02:00
committed by GitHub
parent 75b707ffb7
commit ab1b0f2f94
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
private_key: ${{ secrets.CIBUILDWHEEL_BOT_APP_PRIVATE_KEY }}
- name: Create Pull Request
if: github.ref == 'refs/heads/master' && github.repository == 'pypa/cibuildwheel'
if: github.ref == 'refs/heads/main' && github.repository == 'pypa/cibuildwheel'
uses: peter-evans/create-pull-request@v3
with:
commit-message: Update dependencies