From 2734fb2227519ff61a9aa5f2d176de7a81fcadf5 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 25 Aug 2024 11:42:46 +0800 Subject: [PATCH] Update gitea-sync.yml --- .github/workflows/gitea-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitea-sync.yml b/.github/workflows/gitea-sync.yml index 2672a40..8e8b8a3 100644 --- a/.github/workflows/gitea-sync.yml +++ b/.github/workflows/gitea-sync.yml @@ -1,7 +1,7 @@ name: gitea-sync.yml on: push: - branches: [ "*" ] + branches: [ "main", "manifest" ] workflow_dispatch: @@ -12,5 +12,5 @@ jobs: - name: Trigger Gitea sync run: | echo "Triggering Gitea sync" - curl 'https://git.suyiiyii.top/api/v1/repos/ssyg/SIMS/mirror-sync' -X POST -H 'Authorization: token {{ secrets.GiteaToken }}'' + curl 'https://git.suyiiyii.top/api/v1/repos/ssyg/SIMS/mirror-sync' -X POST -H 'Authorization: token {{ secrets.GiteaToken }}'