fix(CI): removed test statements

This commit is contained in:
Marco Dalla Santa
2021-09-09 01:44:42 +02:00
parent 1b7bbc195c
commit d4ff23a4b2

View File

@@ -3,7 +3,7 @@ name: Test
on: on:
push: push:
branches: branches:
- development - main
jobs: jobs:
test-key: test-key:
@@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: marcodallasanta/ssh-scp-deploy@development - uses: marcodallasanta/ssh-scp-deploy@main
with: with:
local: "LICENSE" local: "LICENSE"
remote: "~/" remote: "~/"