Run the regression tests in CI also for PRs opened from forked repos.

This commit is contained in:
Heikki Linnakangas
2022-05-16 14:40:49 +03:00
parent 33cac863d7
commit c700032dd2

View File

@@ -1,6 +1,8 @@
name: Build and Test
on: push
on:
pull_request:
push:
jobs:
regression-check: