mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09: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:
|
jobs:
|
||||||
send-notifications:
|
send-notifications:
|
||||||
|
|||||||
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
@@ -1,6 +1,10 @@
|
|||||||
name: Build and Test
|
name: Build and Test
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
regression-check:
|
regression-check:
|
||||||
|
|||||||
Reference in New Issue
Block a user