We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f493b commit f87685aCopy full SHA for f87685a
.github/workflows/CatchyCodeComplexity.yml
@@ -1,5 +1,7 @@
1
name: Code Complexity Check
2
-on: [pull_request]
+on:
3
+ - pull_request
4
+ - workflow_dispatch
5
jobs:
6
complexity:
7
runs-on: ubuntu-latest
0 commit comments