Skip to content

Commit

Permalink
将 CI 工作流中的分支名称从 "main" 更改为 "master",并添加手动触发选项
Browse files Browse the repository at this point in the history
Wybxc committed Jan 14, 2025
1 parent 4e4963c commit 11f0412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -2,9 +2,10 @@ name: CI

on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]
workflow_dispatch:

jobs:
build:

0 comments on commit 11f0412

Please sign in to comment.