Skip to content

Commit

Permalink
ci: trigger CI workflows for the dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-murthy committed Oct 26, 2024
1 parent ae37ed4 commit 2d96230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]

jobs:
analyze:
Expand Down

0 comments on commit 2d96230

Please sign in to comment.