Skip to content

Commit

Permalink
fix: ci triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Jan 15, 2024
1 parent 5443d3b commit 4ad197f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: "Build and Deploy to Prod"

on:
push:
branches:
- main
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-stage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Build and Deploy to Stage"

on:
workflow_dispatch:
push:
branches:
- v3
Expand Down

0 comments on commit 4ad197f

Please sign in to comment.