diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1b0ee2d5f..84f25e416 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,8 +1,5 @@ name: Deploy -on: - push: - branches: - - main +on: workflow_dispatch jobs: deploy: diff --git a/.gitignore b/.gitignore index 4d8f0098c..42130be6d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ speed-measure-plugin.json .history/* # misc +/.angular/cache /.sass-cache /connect.lock /coverage @@ -46,6 +47,7 @@ Thumbs.db # cypress **/cypress/**/screenshots/** +.nx/cache .ssl RELEASE_BODY.md projects/demo/routesFile.txt