Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
chore: enable workflows for release branches (#98) (#99)
Browse files Browse the repository at this point in the history
Cherry-picked 4324214 from the main
branch.

Signed-off-by: Sylvia Lei <lixlei@microsoft.com>
  • Loading branch information
Wwwsylvia committed Oct 16, 2023
1 parent 5e38e75 commit f5c812d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ name: build

on:
push:
branches: main
branches:
- main
- release-*
pull_request:
branches: main
branches:
- main
- release-*

jobs:
build:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches:
- main
- release-*
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches:
- main
- release-*
schedule:
- cron: '30 5 * * 6'

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ name: License Checker

on:
push:
branches: main
branches:
- main
- release-*
pull_request:
branches: main
branches:
- main
- release-*

permissions:
contents: write
Expand Down

0 comments on commit f5c812d

Please sign in to comment.