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 }}'