mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-08 14:46:10 -04:00
Proper workflow triggers
This commit is contained in:
parent
4ec05bf98e
commit
fdcea9889f
8
.github/workflows/package.yml
vendored
8
.github/workflows/package.yml
vendored
@ -1,5 +1,11 @@
|
|||||||
name: Packages
|
name: Packages
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-deb:
|
build-deb:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user