diff --git a/.github/workflows/frontend.deploy.chromatic.yml b/.github/workflows/frontend.deploy.chromatic.yml index f808821..5436a4b 100644 --- a/.github/workflows/frontend.deploy.chromatic.yml +++ b/.github/workflows/frontend.deploy.chromatic.yml @@ -1,9 +1,8 @@ name: "frontend:deploy:chromatic" -on: [push] -#on: -# push: -# branches: -# - master +on: + push: + branches: + - master jobs: build-and-deploy: name: Chromatic - Frontend