Skip to content

Commit

Permalink
Merge pull request #23 from Cerebellum-Network/chore/disable-deployme…
Browse files Browse the repository at this point in the history
…nt-on-push

Disable deployment on push
  • Loading branch information
khssnv authored Sep 4, 2024
2 parents 6417801 + b2624af commit b148c70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Release to dev
on:
push:
branches:
- dev
workflow_dispatch:
inputs:
environment:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Release to prod
on:
push:
branches:
- master
workflow_dispatch:
inputs:
environment:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Release to stage
on:
push:
branches:
- 'release/**'
- 'hotfix/**'
workflow_dispatch:
inputs:
environment:
Expand Down

0 comments on commit b148c70

Please sign in to comment.