mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
gci: Only test pushes if it's master
Should avoid many of the duplicate test runs
This commit is contained in:
committed by
Rusty Russell
parent
941f217778
commit
8857789a54
6
.github/workflows/bsd.yml
vendored
6
.github/workflows/bsd.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: FreeBSD Test
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
testfreebsd:
|
||||
|
||||
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -1,6 +1,10 @@
|
||||
---
|
||||
name: Continuous Integration
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
jobs:
|
||||
smoke-test:
|
||||
name: Smoke Test ${{ matrix.cfg }}
|
||||
|
||||
3
.github/workflows/macos.yaml
vendored
3
.github/workflows/macos.yaml
vendored
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Mac OS pytest
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
jobs:
|
||||
smoke-test:
|
||||
name: Smoke Test macOS
|
||||
|
||||
Reference in New Issue
Block a user