mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
limit github actions to main branch
This commit is contained in:
6
.github/workflows/notifications.yml
vendored
6
.github/workflows/notifications.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: regression check
|
||||
name: Send Notifications
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
send-notifications:
|
||||
|
||||
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Build and Test
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
regression-check:
|
||||
|
||||
Reference in New Issue
Block a user