Skip to content

Commit d235e8e

Browse files
committed
github: Fix build.yml
1 parent f5ac87c commit d235e8e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ on:
1414
description: 'Start an SSH server on failure.'
1515
required: false
1616
default: false
17+
issue_comment:
18+
types: [created]
1719

1820
jobs:
1921
build:
22+
if: github.event_name != 'issue_comment'
2023
uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master
2124
with:
2225
commit_id: master

0 commit comments

Comments
 (0)