fix(debian pkg): only package the master branch (#160)
See https://github.com/ooni/backend/issues/452
This commit is contained in:
parent
6df2c34974
commit
4dc0c2b3f7
8
.github/workflows/linux-debian-packages.yml
vendored
8
.github/workflows/linux-debian-packages.yml
vendored
|
@ -1,7 +1,9 @@
|
|||
# Build a Debian package on every push or pull request
|
||||
# and publish on a test/internal archive
|
||||
# Build a Debian package and publish on a test/internal archive
|
||||
name: linux-debian-packages
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: "ubuntu-20.04"
|
||||
|
|
Loading…
Reference in New Issue
Block a user