Skip to content

Commit

Permalink
Allow manual triggering of CD (#106)
Browse files Browse the repository at this point in the history
* Update deploy_to_staging.yml
* Update deploy_to_production.yml
  • Loading branch information
iakov committed Jan 28, 2024
1 parent 16b53f7 commit ce0d3fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_to_production.yml
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy_to_staging.yml
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'current'
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ce0d3fc

Please sign in to comment.