Skip to content

Commit fa3ff24

Browse files
committed
ci: allow to manually trigger workflow runs
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 2f1ee58 commit fa3ff24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/Continuous-Integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ on:
2424
- '!CI/build/examples/**'
2525
- tools/**
2626
- '!tools/platformio-build.py'
27+
# Allows you to run this workflow manually from the Actions tab
28+
workflow_dispatch:
2729
jobs:
2830
astyle_check:
2931
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)