Skip to content

Commit

Permalink
Chore/improve gh workflows (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonylucas74 authored Sep 13, 2024
1 parent dcaf9d4 commit d0c2da2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
push:
branches:
- dev
workflow_dispatch:
inputs:
branch:
description: 'Branch to deploy (must be dev)'
required: true
default: 'dev'
jobs:
release-docker:
name: Release Image
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
push:
branches:
- main
workflow_dispatch:
inputs:
branch:
description: 'Branch to deploy (must be main)'
required: true
default: 'main'
jobs:
release-docker:
name: Release Image
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
push:
branches:
- staging
workflow_dispatch:
inputs:
branch:
description: 'Branch to deploy (must be staging)'
required: true
default: 'staging'
jobs:
release-docker:
name: Release Image
Expand Down

0 comments on commit d0c2da2

Please sign in to comment.