From b8f79d3e44db58b97a1c12595da91d754fb64a62 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sun, 26 Sep 2021 12:44:02 +0200 Subject: [PATCH] gci: Remove push trigger --- .github/workflows/macos.yaml | 2 +- contrib/pyln-spec/bolt7/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 3db73a2ef..93c2a90a3 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -1,6 +1,6 @@ --- name: Mac OS pytest -on: [push, pull_request] +on: [pull_request] jobs: smoke-test: name: Smoke Test macOS diff --git a/contrib/pyln-spec/bolt7/requirements.txt b/contrib/pyln-spec/bolt7/requirements.txt index a939f32cb..8fb143e3f 100644 --- a/contrib/pyln-spec/bolt7/requirements.txt +++ b/contrib/pyln-spec/bolt7/requirements.txt @@ -1 +1 @@ -pyln.proto >= 0.9.3 +pyln.proto