Better triggers for packages builds

This commit is contained in:
Emmanuel Engelhart 2023-02-11 16:55:11 +01:00
parent 595817852d
commit 60fbe7f714
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
name: Packages
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
jobs:
build-deb: