Skip to content

Commit

Permalink
add check for push
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Oct 12, 2022
1 parent d36f726 commit f30576d
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 f30576d

Please sign in to comment.