We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19953b commit d86f0ddCopy full SHA for d86f0dd
.github/workflows/publish_test.yml
@@ -5,7 +5,10 @@ name: publish test
5
6
on:
7
push:
8
- branches: testpypi
+ branches:
9
+ - testpypi
10
+ - testpypi-*
11
+ - testpypi/*
12
13
jobs:
14
deploy:
.github/workflows/test.yml
@@ -4,10 +4,10 @@
4
name: tests
- push:
- branches: [ main ]
pull_request:
+ - develop
+ - main
style:
0 commit comments