Skip to content

Commit a032970

Browse files
chore(DVIZ-24): add cache configuration in the gh actions
1 parent fe34d42 commit a032970

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

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

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
78
- release/*
8-
workflow_dispatch:
9+
910

1011

1112
jobs:

0 commit comments

Comments
 (0)