Skip to content

Commit 02f1e30

Browse files
committed
feat: Test release flow
1 parent d7344ce commit 02f1e30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Release
22

3-
on: workflow_dispatch
3+
on: push
44

55
jobs:
66
release:
77
name: Release
8+
if: github.ref == 'refs/heads/DEVPLAT-2566-migrate-to-github-action'
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Checkout

.releaserc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
preset: "angular"
22

33
branches:
4-
- main
4+
- DEVPLAT-2566-migrate-to-github-action
55

66
plugins:
77
- "@semantic-release/commit-analyzer"

0 commit comments

Comments
 (0)