mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 20:25:23 +08:00
Chore: allow run workflow only main branch
This commit is contained in:
parent
bb1052bbc7
commit
f21cf86cc4
2
.github/workflows/build-unsigned.yaml
vendored
2
.github/workflows/build-unsigned.yaml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Build Unsigned
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '.idea/**'
|
||||
|
|
Loading…
Reference in New Issue
Block a user