Skip to content

Commit 765231c

Browse files
authored
Fix: [AEA-0000] - auto bump version on merge to main (#187)
## Summary - Routine Change ### Details - auto bump version on merge to main
1 parent f16315b commit 765231c

File tree

2 files changed

+2
-91
lines changed

2 files changed

+2
-91
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 90 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: release workflow
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches: [main]
56

67
env:
78
BRANCH_NAME: ${{ github.event.ref.BRANCH_NAME }}

0 commit comments

Comments
 (0)