fix: 禁止检查更新脚本修改时触发 Android 构建
This commit is contained in:
parent
6f5eee673b
commit
8889c20071
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android_ci.yml
vendored
4
.github/workflows/android_ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue