[v4] update ci (#207)
All checks were successful
sync / sync (push) Successful in 17s

* update ci

* added commit hash check to avoid unnecessary repository cloning
This commit is contained in:
2025-05-05 20:01:36 +05:00
committed by GitHub
parent 9af830532b
commit abd66c79df
3 changed files with 54 additions and 21 deletions

View File

@@ -8,12 +8,11 @@ on:
- '.gitea/**'
pull_request:
branches: [ main, v3, v4 ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
if: github.server_url != 'https://github.com'
runs-on: ubuntu-latest
steps:
- name: checkout code