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