Skip to content

Commit ac51015

Browse files
committed
setting trigger branch to main
1 parent e429a9b commit ac51015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Wheels
33
on:
44
push:
55
branches:
6-
- uni-workflow
6+
- main
77
tags:
88
- "v*"
99
pull_request:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Numpy User DTypes CI
33
on:
44
push:
55
branches:
6-
- uni-workflow
6+
- main
77
pull_request:
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)