Skip to content

Commit 08d2ef9

Browse files
committed
ci: allow workflow to trigger on pushes to main and dev branches
Signed-off-by: Hector Valcarcel <hmvalcarcel@gmail.com>
1 parent 53acd3d commit 08d2ef9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Release
22

33
on:
44
push:
5+
branches: [main, dev]
56
workflow_dispatch:
67

78
permissions:

0 commit comments

Comments
 (0)