Skip to content

Commit

Permalink
ci: allow manual trigerring of code analysis workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 176020c commit 7917fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
branches: [ "master" ]
types:
- completed
workflow_dispatch:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches: [ "master" ]
types:
- completed
workflow_dispatch:

jobs:
analyze:
Expand Down

0 comments on commit 7917fda

Please sign in to comment.