Skip to content

Commit

Permalink
ci: rename branch constraints to use main
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed May 30, 2021
1 parent 5278bee commit 9a866bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Quality
on:
push:
branches:
- master
- main
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test Suite
on:
push:
branches:
- master
- main
pull_request:
branches:
- '**'
Expand Down

0 comments on commit 9a866bf

Please sign in to comment.