mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-03-07 17:36:52 +08:00
Limit check updates
This commit is contained in:
parent
bf87c4ac52
commit
7f07439388
6
.github/workflows/check-update.yml
vendored
6
.github/workflows/check-update.yml
vendored
@ -1,9 +1,13 @@
|
||||
name: Check Update
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- javafx
|
||||
|
||||
jobs:
|
||||
check-update:
|
||||
if: ${{ github.repository_owner == 'huanghongxun' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HMCL_BASE_VERSION: '3.4'
|
||||
|
Loading…
Reference in New Issue
Block a user