mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
gci: Remove push trigger
This commit is contained in:
parent
058484b8b1
commit
b8f79d3e44
2 changed files with 2 additions and 2 deletions
2
.github/workflows/macos.yaml
vendored
2
.github/workflows/macos.yaml
vendored
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: Mac OS pytest
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
smoke-test:
|
||||
name: Smoke Test macOS
|
||||
|
|
|
@ -1 +1 @@
|
|||
pyln.proto >= 0.9.3
|
||||
pyln.proto
|
||||
|
|
Loading…
Add table
Reference in a new issue