mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +02:00
github+docs: only check commits on PR action
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -92,6 +92,7 @@ jobs:
|
||||
# check commits
|
||||
########################
|
||||
check-commits:
|
||||
if: github.event_name == 'pull_request'
|
||||
name: check commits
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user