feat: only publish pkgs when we're in staging branches (#556)
See https://github.com/ooni/probe/issues/1506#issuecomment-949664779
This commit is contained in:
parent
197dc37461
commit
a9319142f3
6 changed files with 13 additions and 4 deletions
1
.github/workflows/miniooni.yml
vendored
1
.github/workflows/miniooni.yml
vendored
|
|
@ -5,6 +5,7 @@ name: miniooni
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "release/**"
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue