Skip to content

Commit

Permalink
github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Estom committed Jan 21, 2024
1 parent 82d52d0 commit 7604f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call_remote_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Call Remote API on Push
on:
push:
branches:
- main # 可以指定分支名称,这里以main分支为例,也可以使用'*'匹配所有分支
- '*' # 可以指定分支名称,这里以main分支为例,也可以使用'*'匹配所有分支

jobs:
call-api:
Expand Down

0 comments on commit 7604f0e

Please sign in to comment.