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
This commit is contained in:
parent
49ca294dee
commit
0ca6a4c35f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue