Skip to content

Commit 7774501

Browse files
committed
Add push trigger for branch to enable testing
Co-authored-by: Isaac
1 parent 1e97ec7 commit 7774501

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: release-test
22

33
on:
4+
push:
5+
branches:
6+
- "split-release-workflows"
7+
48
workflow_dispatch:
59

610
jobs:

0 commit comments

Comments
 (0)