Skip to content

Commit d67443a

Browse files
committed
revert no more necessary branch condition in workflows
1 parent 2dc0b62 commit d67443a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches: ["main", "144-support-musl"]
8+
branches: ["main"]
99

1010
jobs:
1111
build-so3:

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
push:
1111
branches: ["main"]
1212
pull_request:
13-
branches: ["main", "144-support-musl"]
13+
branches: ["main"]
1414

1515
jobs:
1616
formatting-check:

0 commit comments

Comments
 (0)