mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
Run basic checks on PRs and pushes to main only
This commit is contained in:
committed by
Kirill Bulatov
parent
c584d90bb9
commit
887b0e14d9
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