CI: Create PR only on main branch
This commit is contained in:
parent
6bd106ab8f
commit
7b109ed7e6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user