Skip to content

Commit

Permalink
feat: change default branch config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugin committed Sep 18, 2024
1 parent 3a973b8 commit 1465d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
with:
# if your default branches is not master, please change it here
ref: master
ref: kugin_pages

- name: Cache Data Files
if: inputs.save_data_in_github_cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_data_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: '0 0 * * *'
push:
branches:
- master
- kugin_pages
paths:
- run_page/nike_sync.py
- run_page/nike_to_strava_sync.py
Expand Down

0 comments on commit 1465d5d

Please sign in to comment.