CI: Create PR only on main branch

This commit is contained in:
SachinVin 2022-12-24 14:23:42 +05:30
parent 6bd106ab8f
commit 7b109ed7e6

View File

@ -165,7 +165,7 @@ jobs:
path: |
artifacts/
PR:
# if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
needs: [SDL, FFmpeg, MoltenVK]
steps: