From 5b68ff0a77c5d163660ab0798c209646a5f572a9 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 16 Jul 2024 11:58:08 +0200 Subject: [PATCH] add workflow_dispatch --- .github/workflows/sipify-bot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sipify-bot.yml b/.github/workflows/sipify-bot.yml index 946ed2d60944..baf7e1156fd0 100644 --- a/.github/workflows/sipify-bot.yml +++ b/.github/workflows/sipify-bot.yml @@ -3,6 +3,7 @@ name: Run sipify on: issue_comment: types: [created] + workflow_dispatch: push: branches: - master @@ -10,7 +11,7 @@ on: jobs: sipify: - if: github.event_name == 'push' || ( contains(github.event.comment.html_url, '/pull/') && github.event.comment.body == '/sipify' ) + if: github.event_name != 'issue_comment' || ( contains(github.event.comment.html_url, '/pull/') && github.event.comment.body == '/sipify' ) runs-on: [ubuntu-latest] steps: