From f3aab0c7e30cd04c41e2686ee2b7a84106d55d16 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 21 Jan 2021 16:35:47 +0000 Subject: [PATCH] --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ef55d4..69ffd3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: webfactory/ssh-agent@v0.4.1 + if: github.ref == 'refs/heads/master' with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - uses: actions/setup-node@v1