We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1ee58 commit fa3ff24Copy full SHA for fa3ff24
.github/workflows/Continuous-Integration.yml
@@ -24,6 +24,8 @@ on:
24
- '!CI/build/examples/**'
25
- tools/**
26
- '!tools/platformio-build.py'
27
+ # Allows you to run this workflow manually from the Actions tab
28
+ workflow_dispatch:
29
jobs:
30
astyle_check:
31
runs-on: ubuntu-latest
0 commit comments