Skip to content

Commit

Permalink
Do CI also for feature-driven-restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Oct 18, 2024
1 parent 2767d5f commit e8ff518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ name: CI

on:
push:
branches: [ "main" ]
branches: [ "main", "feature-driven-restructuring" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "feature-driven-restructuring" ]

jobs:
build:
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,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "main", "feature-driven-restructuring" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "main", "feature-driven-restructuring" ]
schedule:
- cron: '15 4 * * 1'

Expand Down

0 comments on commit e8ff518

Please sign in to comment.