1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Package only on pushes to branches or release tags.

This commit is contained in:
Martin Hoffmann
2021-02-22 14:45:34 +01:00
parent e41299111b
commit b598c9e239

View File

@ -16,7 +16,12 @@
# service unit installation and activation.
name: Packaging
on: [push, pull_request]
on:
push:
branches:
- main
tags:
- v*
defaults:
run: