github actions test

This commit is contained in:
yinkanglong
2024-01-21 19:44:34 +08:00
parent 82d52d00f5
commit 7604f0e21c

View File

@@ -5,7 +5,7 @@ name: Call Remote API on Push
on:
push:
branches:
- main # 可以指定分支名称这里以main分支为例也可以使用'*'匹配所有分支
- '*' # 可以指定分支名称这里以main分支为例也可以使用'*'匹配所有分支
jobs:
call-api: