mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
gci: Only test pushes if it's master
Should avoid many of the duplicate test runs
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user