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: on:
push: push:
branches: [ "*" ] branches: [ "**" ]
pull_request: pull_request:
branches: [ "*" ] branches: [ "**" ]
jobs: jobs:
doc_verify: doc_verify:

View File

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