1
0
mirror of https://github.com/searx/searx synced 2024-11-22 01:45:21 +01:00

Fix integration.yml

Don't run twice the workflow on PR opened from the same repository.
This commit is contained in:
Alexandre Flament 2021-03-05 11:54:45 +01:00 committed by GitHub
parent 245f8626dd
commit 10ecc303c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: Integration
on: [push, pull_request]
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
python: