1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-17 13:05:24 +00:00

Geofile workflow: only run on v2fly/v2ray-core (#288)

This commit is contained in:
Loyalsoldier 2020-10-09 10:47:22 +08:00 committed by GitHub
parent a44e1ede5b
commit 811981b6f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ on:
jobs:
update:
if: github.repository != 'v2ray/v2ray-core'
if: github.repository == 'v2fly/v2ray-core'
runs-on: ubuntu-latest
steps:
- name: Checkout codebase