fix: 禁止检查更新脚本修改时触发 Android 构建

This commit is contained in:
Super12138 2025-07-19 14:47:59 +08:00 committed by GitHub
parent 6f5eee673b
commit 8889c20071
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,10 @@ name: Android CI
on:
push:
branches: [ "main" ]
paths-ignore: [ "**.md", "LICENSE", ".gitignore", ".github/ISSUE_TEMPLATE/**", "art/**", "fastlane/**" ]
paths-ignore: [ "**.md", "LICENSE", ".gitignore", ".github/ISSUE_TEMPLATE/**", "art/**", "fastlane/**", "script/**" ]
pull_request:
branches: [ "main" ]
paths-ignore: [ "**.md", "LICENSE", ".gitignore", ".github/ISSUE_TEMPLATE/**", "art/**", "fastlane/**" ]
paths-ignore: [ "**.md", "LICENSE", ".gitignore", ".github/ISSUE_TEMPLATE/**", "art/**", "fastlane/**", "script/**" ]
workflow_dispatch:
jobs: