Fix integration.yml

Don't run twice the workflow on PR opened from the same repository.
dependabot/pip/master/sphinx-6.1.3
Alexandre Flament 3 years ago committed by GitHub
parent 245f8626dd
commit 10ecc303c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save