Skip to content

Commit

Permalink
[fixup-commit-1] squash and reorder 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 2c118c5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 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
8 changes: 6 additions & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ name: security

on:
push:
branches: [main]
branches:
- main
- development/2.1
release:
types: [published]
pull_request:
branches: [main]
branches:
- main
- development/2.1
schedule:
- cron: '0 8 * * 1' # Monday - 8am - UTC
workflow_dispatch:
Expand Down

0 comments on commit 2c118c5

Please sign in to comment.