Skip to content

Commit

Permalink
chore: use main branch in workflows
Browse files Browse the repository at this point in the history
We have renamed from master to main.
  • Loading branch information
aalemayhu committed Apr 5, 2022
1 parent be7ce1e commit 3482e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Conventional Commits

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.2anki.net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to 2anki.net
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit 3482e83

Please sign in to comment.