From c506fefedd2735678cb5f983391316fe2e11e606 Mon Sep 17 00:00:00 2001 From: halentin Date: Tue, 18 Jun 2024 13:19:50 +0000 Subject: [PATCH] add manual trigger --- .github/workflows/callbackFunctions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/callbackFunctions.yml b/.github/workflows/callbackFunctions.yml index f087524..fe4ca1d 100644 --- a/.github/workflows/callbackFunctions.yml +++ b/.github/workflows/callbackFunctions.yml @@ -103,7 +103,7 @@ jobs: path: src/FMI2/callbackFunctions/binaries/darwin64/ - name: "Auto commit" - if: ${{ github.event_name == 'push' }} + if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch'}} uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update callbackFunctions