Revert "make gh workflows only run on pull_request"

This commit is contained in:
Arc 2022-10-06 17:51:36 +01:00 committed by dni ⚡
parent f495b7dedf
commit ca69cb5aaf
5 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,8 @@
name: codeql
on:
push:
branches: [main, ]
pull_request:
branches: [main]
schedule:

View file

@ -1,6 +1,8 @@
name: formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

View file

@ -1,6 +1,6 @@
name: mypy
on: [pull_request]
on: [push, pull_request]
jobs:
check:

View file

@ -1,6 +1,6 @@
name: regtest
on: [pull_request]
on: [push, pull_request]
jobs:
LndRestWallet:

View file

@ -1,6 +1,6 @@
name: tests
on: [pull_request]
on: [push, pull_request]
jobs:
venv-sqlite: