redeploy the search GH page UI only from the master branch

This commit is contained in:
Arseniy Zaostrovnykh 2021-06-01 18:01:36 +02:00
parent 64226f8b2c
commit 6ad54413c4

View File

@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
ref: 'master'
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
working-directory: frontend