mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
Run basic checks on PRs and pushes to main only
This commit is contained in:
committed by
Kliment Serafimov
parent
98a1a2b3cd
commit
96bda79092
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@@ -1,8 +1,10 @@
|
||||
name: Build and Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
regression-check:
|
||||
|
||||
Reference in New Issue
Block a user