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:
7
.github/workflows/pkg.yml
vendored
7
.github/workflows/pkg.yml
vendored
@ -16,7 +16,12 @@
|
||||
# service unit installation and activation.
|
||||
|
||||
name: Packaging
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- v*
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
Reference in New Issue
Block a user