Skip to content

Commit

Permalink
Merge pull request #283 from codern-app/ci/add-custom-deploy-workflow
Browse files Browse the repository at this point in the history
ci: add custom deploy workflow
  • Loading branch information
armancodv authored Aug 22, 2024
2 parents 95e02c5 + 8a67c88 commit c515fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-armanco-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build_and_deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-zaraco-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build_and_deploy:
Expand Down

0 comments on commit c515fa8

Please sign in to comment.