From 0ca6a4c35ff9ee7537d2c599e7012adea475f11e Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 12 Sep 2021 03:30:38 +0000 Subject: [PATCH] Ignore svn2git-cache branch as it contains no code git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7320 212acab6-be3b-0410-9dea-997c60f758d6 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e492c8bf..cb7b380a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,7 @@ on: push: branches-ignore: - trunk + - svn2git-cache pull_request: jobs: build: @@ -105,4 +106,4 @@ jobs: rsync -e "ssh -i $HOME/deploy_key -oStrictHostKeyChecking=no -oBatchMode=yes" -va --delete $LocalNightly/Include/ $RemoteNightly/Include/ rsync -e "ssh -i $HOME/deploy_key -oStrictHostKeyChecking=no -oBatchMode=yes" -va --delete $LocalNightly/Contrib/ $RemoteNightly/Contrib/ env: - DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} \ No newline at end of file + DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}