Skip to content

Commit

Permalink
chore: Rename default branch as main (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli authored Apr 5, 2023
1 parent 39856c0 commit 9825f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browsers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Browsers

on:
push:
branches: [master]
branches: [main]
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js

on:
push:
branches: [master]
branches: [main]
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 9825f29

Please sign in to comment.