Limit check updates
This commit is contained in:
6
.github/workflows/check-update.yml
vendored
6
.github/workflows/check-update.yml
vendored
@@ -1,9 +1,13 @@
|
|||||||
name: Check Update
|
name: Check Update
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- javafx
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-update:
|
check-update:
|
||||||
|
if: ${{ github.repository_owner == 'huanghongxun' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HMCL_BASE_VERSION: '3.4'
|
HMCL_BASE_VERSION: '3.4'
|
||||||
|
|||||||
Reference in New Issue
Block a user