mirror of
https://github.com/Estom/notes.git
synced 2026-02-02 18:20:20 +08:00
github actions test
This commit is contained in:
2
.github/workflows/call_remote_api.yml
vendored
2
.github/workflows/call_remote_api.yml
vendored
@@ -5,7 +5,7 @@ name: Call Remote API on Push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # 可以指定分支名称,这里以main分支为例,也可以使用'*'匹配所有分支
|
||||
- '*' # 可以指定分支名称,这里以main分支为例,也可以使用'*'匹配所有分支
|
||||
|
||||
jobs:
|
||||
call-api:
|
||||
|
||||
Reference in New Issue
Block a user