Proper workflow triggers

This commit is contained in:
Emmanuel Engelhart 2024-09-01 15:15:28 +02:00 committed by Kelson
parent 4ec05bf98e
commit fdcea9889f

View File

@ -1,5 +1,11 @@
name: Packages
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
release:
types: [published]
jobs:
build-deb: