Run basic checks on PRs and pushes to main only

This commit is contained in:
Kirill Bulatov
2022-05-25 21:07:49 +03:00
committed by Kliment Serafimov
parent 98a1a2b3cd
commit 96bda79092

View File

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