Proper workflow triggers

pull/698/head
Emmanuel Engelhart 8 months ago committed by Kelson
parent 4ec05bf98e
commit fdcea9889f

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

Loading…
Cancel
Save