Skip to content

Commit 2a28849

Browse files
committed
feature/automatic-release: add push action
1 parent e162b20 commit 2a28849

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
name: Release
6-
6+
#todod delete push trigger after testing
77
on:
8+
push:
9+
branches:
10+
- '**'
811
workflow_dispatch:
912
inputs:
1013
do_release:

0 commit comments

Comments
 (0)