Skip to content

Commit

Permalink
ci: allow trigerring of code analysis workflows on any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent d2c0bd6 commit 3797293
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codacy-analysis.yml
Expand Up @@ -23,7 +23,6 @@ on:
# branches: [ "master" ]
workflow_run:
workflows: [Test Changes]
branches: [ "master" ]
types:
- completed
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -20,7 +20,6 @@ on:
# branches: [ "master" ]
workflow_run:
workflows: [Test Changes]
branches: [ "master" ]
types:
- completed
workflow_dispatch:
Expand Down

0 comments on commit 3797293

Please sign in to comment.