Skip to content

Commit d86f0dd

Browse files
author
Gustavo Silva
authored
workflows: tweak workflow triggers (#12)
* workflows: tweak workflow triggers * fixup: lint yml
1 parent c19953b commit d86f0dd

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/publish_test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ name: publish test
55

66
on:
77
push:
8-
branches: testpypi
8+
branches:
9+
- testpypi
10+
- testpypi-*
11+
- testpypi/*
912

1013
jobs:
1114
deploy:

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
name: tests
55

66
on:
7-
push:
8-
branches: [ main ]
97
pull_request:
10-
branches: [ main ]
8+
branches:
9+
- develop
10+
- main
1111

1212
jobs:
1313
style:

0 commit comments

Comments
 (0)