Skip to content

Commit

Permalink
ci: run all check CIs against patch PR (#641)
Browse files Browse the repository at this point in the history
Resolves #640 

Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah authored Oct 13, 2022
1 parent 4a81eb6 commit 7a4e375
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ name: build

on:
push:
branches: main

branches:
- main
- release-*
pull_request:
branches: main

branches:
- main
- release-*
jobs:
build:
runs-on: ubuntu-latest
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ name: CodeQL

on:
push:
branches: main
branches:
- main
- release-*
pull_request:
branches: main
branches:
- main
- release-*
schedule:
- cron: '43 12 * * 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 7a4e375

Please sign in to comment.