Skip to content

Commit 2865110

Browse files
committed
feat: add automatic triggers for release workflow
- Add push triggers for main and release/** branches - Keeps manual workflow_dispatch for controlled releases - Enables automated CI/CD on release branch pushes
1 parent ca4b35e commit 2865110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ permissions:
88
name: Release app
99
on:
1010
workflow_dispatch:
11+
push:
12+
branches: [ main, release/** ]
1113
jobs:
1214
build:
1315
environment: release

0 commit comments

Comments
 (0)