Skip to content

Commit 64e3108

Browse files
committed
github: only run commit check on PR events
1 parent db15312 commit 64e3108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ jobs:
195195
# check commits
196196
########################
197197
check-commits:
198+
if: github.event_name == 'pull_request'
198199
name: check commits
199200
runs-on: ubuntu-latest
200201
steps:

0 commit comments

Comments
 (0)