mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-02 21:36:15 +03:00
Chore: ignore .github on build
This commit is contained in:
parent
23077537f9
commit
3915d9549e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-unsigned.yaml
vendored
2
.github/workflows/build-unsigned.yaml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '.idea/**'
|
||||
- '.gitattributes'
|
||||
- '.gitignore'
|
||||
|
@ -13,6 +14,7 @@ on:
|
|||
- 'NOTICE'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '.idea/**'
|
||||
- '.gitattributes'
|
||||
- '.gitignore'
|
||||
|
|
Loading…
Add table
Reference in a new issue