Skip to content

Commit f2bfa27

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Continuous-Integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '*'
1313
- '**.md'
1414
- '**.txt'
15+
# Allows you to run this workflow manually from the Actions tab
16+
workflow_dispatch:
1517
jobs:
1618
astyle_check:
1719
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)