Skip to content

Commit 45c0369

Browse files
committed
更新 GitHub Actions 配置文件以触发推送和拉取请求事件
1 parent c2f8b90 commit 45c0369

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pygbag.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: pygbag_build
2-
on: [workflow_dispatch]
2+
3+
on:
4+
# run it on push to the default repository branch
5+
push:
6+
branches: [main]
7+
# run it during pull request
8+
pull_request:
39

410
jobs:
511
build-pygbag:

0 commit comments

Comments
 (0)