fix(debian pkg): only package the master branch (#160)

See https://github.com/ooni/backend/issues/452
This commit is contained in:
Simone Basso
2020-11-13 10:26:37 +01:00
committed by GitHub
parent 6df2c34974
commit 4dc0c2b3f7
+5 -3
View File
@@ -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"