feat: improve im workflows runs

only run push on main / dev
This commit is contained in:
dni ⚡ 2023-10-16 07:41:29 +02:00 committed by Pavol Rusnak
parent 00c3b69c7a
commit c8661ffcf3

View file

@ -1,5 +1,11 @@
name: LNbits CI
on: [push, pull_request]
on:
push:
branches:
- main
- dev
pull_request:
jobs: