feat: improve im workflows runs
only run push on main / dev
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
name: LNbits CI
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user