Run CI when targeting yacreader10 in PRs

This commit is contained in:
luisangelsm
2026-02-20 19:07:50 +01:00
parent d898a56f3f
commit 6c4583a57a

View File

@ -9,6 +9,7 @@ on:
branches:
- master
- develop
- yacreader10
env:
IS_ORIGINAL_REPO: ${{ github.repository == 'YACReader/yacreader' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') }}