mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-20 18:39:16 -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
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
Linux:
|
||||
|
Loading…
x
Reference in New Issue
Block a user