switch back to main

main
Dragan Filipovic 2022-12-31 10:22:36 +01:00
parent fe5dbcff69
commit dd4fa994f1
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: e2e Test
on:
push:
branches: [ 'feature/add-tests' ]
branches: [ 'main' ]
env:
TEST_HOST_DOCKER: ./test
@ -55,7 +55,7 @@ jobs:
cat index.html
- name: e2e Test published ssh-deploy action
uses: easingthemes/ssh-deploy@feature/add-tests
uses: easingthemes/ssh-deploy@main
env:
# SSH_PRIVATE_KEY: $EXAMPLE_SSH_PRIVATE_KEY
# REMOTE_HOST: $EXAMPLE_REMOTE_HOST1