Skip to content

Commit

Permalink
Merge pull request #546 from alemayhu/use-main
Browse files Browse the repository at this point in the history
chore: use main branch in workflows
  • Loading branch information
aalemayhu authored Apr 5, 2022
2 parents be7ce1e + 3482e83 commit aa34994
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 aa34994

Please sign in to comment.