Skip to content

Commit 2c5a5e7

Browse files
authored
Add workflow_dispatch trigger to CI workflow
1 parent 74f968c commit 2c5a5e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
name: Simulator CI
1919

20-
on: [push, pull_request]
20+
on: [push, pull_request, workflow_dispatch]
2121

2222
concurrency:
2323
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)