Skip to content

Commit

Permalink
ci(backend): release can be made manually
Browse files Browse the repository at this point in the history
  • Loading branch information
szattila98 committed Feb 27, 2024
1 parent 26ce274 commit 307a153
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches: ["**"]
types: [opened, synchronize]
workflow_dispatch:

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- main
- ci # main
tags:
- "*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: ["main"]
branches: ["main", "ci"]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 307a153

Please sign in to comment.