Fix lfscheck action syntax on push

This commit is contained in:
Itms 2025-05-15 10:54:46 +02:00
parent 2889170a09
commit 83674e1d1b
No known key found for this signature in database
GPG key ID: C7E52BD14CE14E09

View file

@ -4,8 +4,8 @@ on:
- push
- pull_request
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
BASE_SHA: ${{ github.event.pull_request.base.sha || github.event.push.before }}
HEAD_SHA: ${{ github.event.pull_request.head.sha || github.event.push.after }}
jobs:
lfscheck: