diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1c1db5eada6..f489972c9c3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 diff --git a/.github/workflows/run_data_sync.yml b/.github/workflows/run_data_sync.yml index 065a175262f..43bc9dc9b16 100644 --- a/.github/workflows/run_data_sync.yml +++ b/.github/workflows/run_data_sync.yml @@ -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