Base OI PRs on Source Branch (#65)

This commit is contained in:
UltraProdigy 2026-05-23 17:14:22 -04:00 committed by GitHub
parent 7faf7c4f1a
commit bdd17173b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
- name: Install optipng - name: Install optipng
run: | run: |