Run basic checks on PRs and pushes to main only

This commit is contained in:
Kirill Bulatov
2022-06-02 00:15:47 +02:00
committed by Kliment Serafimov
parent 98a1a2b3cd
commit 96bda79092
+3 -1
View File
@@ -1,8 +1,10 @@
name: Build and Test
on:
pull_request:
push:
branches:
- main
pull_request:
jobs:
regression-check: