We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c4383 commit 610d6bdCopy full SHA for 610d6bd
.github/workflows/build_wheel.yml
@@ -1,9 +1,7 @@
1
name: Build and push python wheel
2
on:
3
- push:
4
- branches: ["*"]
5
pull_request:
6
+ branches: ["main"]
7
workflow_dispatch:
8
9
permissions:
@@ -43,4 +41,4 @@ jobs:
43
41
git config --global user.name "${{ github.actor }}"
44
42
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
45
git commit -m "Build and push python wheel [skip ci]"
46
- git push -u origin "${{ github.event.pull_request.head.ref }}"
+ git push -u origin "${{ github.event.pull_request.head.ref }}"
0 commit comments