Skip to content

Commit 3c36923

Browse files
committed
adding push v0.0.1
1 parent 8c64f7f commit 3c36923

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Release Observability Artifacts
22

33
on:
4-
branches:
4+
push:
5+
branches:
56
- ci-release
67
workflow_dispatch:
78
inputs:
@@ -10,6 +11,7 @@ on:
1011
required: true
1112
type: string
1213

14+
1315
jobs:
1416
release:
1517
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)