make workflows only run on pull_request

This commit is contained in:
dni ⚡
2022-10-07 11:32:48 +02:00
parent 5405493fc6
commit f7ca9d1c82
5 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: regtest
on: [push, pull_request]
on: [pull_request]
jobs:
LndRestWallet: