Skip to content

Commit 610d6bd

Browse files
committed
remove on push
1 parent a9c4383 commit 610d6bd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build and push python wheel
22
on:
3-
push:
4-
branches: ["*"]
53
pull_request:
6-
branches: ["*"]
4+
branches: ["main"]
75
workflow_dispatch:
86

97
permissions:
@@ -43,4 +41,4 @@ jobs:
4341
git config --global user.name "${{ github.actor }}"
4442
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
4543
git commit -m "Build and push python wheel [skip ci]"
46-
git push -u origin "${{ github.event.pull_request.head.ref }}"
44+
git push -u origin "${{ github.event.pull_request.head.ref }}"

0 commit comments

Comments
 (0)