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 GitHub
parent 00667badfd
commit b46c06012d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: