Skip to content

Commit

Permalink
add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
halentin committed Jun 18, 2024
1 parent 8a3258c commit c506fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callbackFunctions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c506fef

Please sign in to comment.