Skip to content

Commit

Permalink
ci: on: workflow_dispatch in deploy.yml (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Jan 12, 2024
1 parent 5323b19 commit 86533e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Deploy
on:
push:
branches:
- main
on: workflow_dispatch

jobs:
deploy:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ speed-measure-plugin.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand All @@ -46,6 +47,7 @@ Thumbs.db
# cypress
**/cypress/**/screenshots/**

.nx/cache
.ssl
RELEASE_BODY.md
projects/demo/routesFile.txt

0 comments on commit 86533e2

Please sign in to comment.