feat: improve im workflows runs

only run push on main / dev
This commit is contained in:
dni ⚡
2023-10-16 11:39:40 +02:00
committed by Pavol Rusnak
parent 00c3b69c7a
commit c8661ffcf3
+7 -1
View File
@@ -1,5 +1,11 @@
name: LNbits CI
on: [push, pull_request]
on:
push:
branches:
- main
- dev
pull_request:
jobs: