Skip to content

Commit

Permalink
Merge branch 'qweeah/ci' of https://github.com/qweeah/oras into qweea…
Browse files Browse the repository at this point in the history
…h/ci
  • Loading branch information
qweeah committed Oct 13, 2022
2 parents b35c8dd + f30576d commit c462794
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ name: build

on:
push:
branches: main

branches:
- main
- release-*
pull_request:
branches:
- main
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ name: CodeQL

on:
push:
branches: main
branches:
- main
- release-*
pull_request:
branches:
- main
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ name: License Checker

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

0 comments on commit c462794

Please sign in to comment.