Browse Source

Only check pip release on push to main

tags/v0.3.6-rc0
Haixuan Xavier Tao GitHub 1 year ago
parent
commit
99f054ccbf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/pip-release.yml

+ 2
- 0
.github/workflows/pip-release.yml View File

@@ -14,6 +14,8 @@ on:
- "published"
workflow_dispatch:
push:
branches:
- main
pull_request:

permissions:


Loading…
Cancel
Save