Skip to content

Commit

Permalink
add action
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Mar 16, 2023
1 parent d305f98 commit 54e83fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
- release-**

jobs:
check-license:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ master,release-** ]

jobs:
fmt:
Expand Down

0 comments on commit 54e83fa

Please sign in to comment.