Skip to content

Commit

Permalink
更新 GitHub Actions 配置文件以触发推送和拉取请求事件
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Apr 10, 2024
1 parent c2f8b90 commit 45c0369
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pygbag.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: pygbag_build
on: [workflow_dispatch]

on:
# run it on push to the default repository branch
push:
branches: [main]
# run it during pull request
pull_request:

jobs:
build-pygbag:
Expand Down

0 comments on commit 45c0369

Please sign in to comment.