CI: adjust upload condition for new default branch name

This commit is contained in:
Christoph Reiter 2022-09-04 06:39:52 +02:00
parent 07f47e5e96
commit 56bdbbadbf

View File

@ -167,7 +167,7 @@ jobs:
- test-docker-sfx
- test-installer
- test-sfx
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2