Skip to content

Commit

Permalink
[fixup-commit-1] delete post review
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed May 22, 2024
1 parent a2ba740 commit 18955f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: codeQL

on:
push:
branches: [main]
branches:
- main
- development/2.1
pull_request:
branches: [main]
branches:
- main
- development/2.1
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: dependency review

on:
pull_request:
branches: [main]
branches:
- main
- development/2.1

jobs:
dependency-review:
Expand Down

0 comments on commit 18955f1

Please sign in to comment.