Skip to content

Commit bc4ad26

Browse files
committed
chore(deployment): Package publishing
1 parent 0edf9e8 commit bc4ad26

File tree

5 files changed

+14
-415
lines changed

5 files changed

+14
-415
lines changed

.github/workflows/build-util-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build Utility Images
33
on:
44
# Uncomment below for testing purposes
55
pull_request:
6-
push:
7-
branches:
8-
- main
6+
#push:
7+
# branches:
8+
# - main
99

1010
jobs:
1111
buildx:

.github/workflows/dev-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Create Dev Releases
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- 'preview-**'
4+
workflow_call:
85

96
jobs:
107
package:

0 commit comments

Comments
 (0)