💚 Run CI tests also on PR from fork

pull/1627/head
Johan Girod 2021-06-17 11:13:53 +02:00
parent f0fc9a6766
commit 7a3b459001
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,8 @@ on:
types: [opened, synchronize]
push:
branches: [master, demo, next]
pull_request_target:
types: [opened, synchronize]
# We display the release notes in the "news" section of mon-entreprise.fr so
# we want to re-deploy the site when a new release is published or edited on
# GitHub.

View File

@ -1,5 +1,8 @@
name: Tests
on: push
on:
push:
pull_request_target:
types: [opened, synchronize]
jobs:
lint: