mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix lfscheck action syntax on push
This commit is contained in:
parent
2889170a09
commit
83674e1d1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue