mirror of
https://github.com/searxng/searxng.git
synced 2026-05-28 05:40:12 +02:00
Fix integration.yml
Don't run twice the workflow on PR opened from the same repository.
This commit is contained in:
committed by
GitHub
parent
245f8626dd
commit
10ecc303c9
@@ -1,6 +1,10 @@
|
|||||||
name: Integration
|
name: Integration
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["master"]
|
||||||
|
pull_request:
|
||||||
|
branches: ["master"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python:
|
python:
|
||||||
|
|||||||
Reference in New Issue
Block a user