Skip to content

Commit

Permalink
ci: fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
everything411 authored Oct 19, 2024
1 parent fd0ec35 commit 686cc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-everything411-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: push-to-everything411-repo
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:
gitee:
Expand All @@ -17,4 +17,4 @@ jobs:
with:
target-url: https://github.com/everything411/BIThesis-wiki.git
target-username: everything411
target-token: ${{ secrets.E411_GITHUB_TOKEN }}
target-token: ${{ secrets.E411_GITHUB_TOKEN }}

0 comments on commit 686cc99

Please sign in to comment.