mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-08-03 19:36:00 -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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build-deb:
|
||||
|
Loading…
x
Reference in New Issue
Block a user