Skip to content

Commit 2743261

Browse files
committed
feat: Update workflow triggers to include branch push for test and release actions
1 parent ee62b9f commit 2743261

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

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

33
on:
44
push:
5-
branches: [main]
65
tags: ["*"]
76
pull_request:
87
workflow_dispatch:

.github/workflows/test.yaml

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

33
on:
44
push:
5+
branches: [main]
56
tags: ["*"]
67
pull_request:
78
workflow_dispatch:

0 commit comments

Comments
 (0)