ci:trigger for sub-repositories

This commit is contained in:
luoliwoshang
2024-11-26 10:29:47 +08:00
parent e042aad819
commit 0179609a49
2 changed files with 4 additions and 4 deletions

View File

@@ -2,9 +2,9 @@ name: Docs
on:
push:
branches: [ "*" ]
branches: [ "**" ]
pull_request:
branches: [ "*" ]
branches: [ "**" ]
jobs:
doc_verify:

View File

@@ -5,9 +5,9 @@ name: Go
on:
push:
branches: [ "*" ]
branches: [ "**" ]
pull_request:
branches: [ "*" ]
branches: [ "**" ]
jobs:
fmt: