mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-09 07:08:38 -04:00
Merge pull request #895 from kiwix/better-package-ci-triggers
Better triggers for packages builds
This commit is contained in:
commit
13951c13df
7
.github/workflows/package.yml
vendored
7
.github/workflows/package.yml
vendored
@ -1,5 +1,10 @@
|
|||||||
name: Packages
|
name: Packages
|
||||||
on: [push, pull_request]
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-deb:
|
build-deb:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user