Skip to content

Commit

Permalink
master->main
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinYang0320 committed Jan 27, 2023
1 parent b2b6076 commit 97e837c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate Changelog
on:
push:
branches:
- master
- main

jobs:
generate_changelog:
Expand All @@ -27,4 +27,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.AIDUDEZZ_BOT_TOKEN }}
branch: master
branch: main

0 comments on commit 97e837c

Please sign in to comment.