mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 03:12:20 -04:00
Run the CI on pull_request.
Running the CI on push only trigger the CI on a push on the current repository. It works on PR based on local branch but not for PR from remote repository.
This commit is contained in:
parent
5e7166cb07
commit
dc1067b8c4
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Linux:
|
Linux:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user