Skip to content

Commit 2484464

Browse files
committed
Add branch to test workflow
1 parent 616780a commit 2484464

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
branches:
55
- main
66
- master
7+
- github-workflows
78
pull_request:
89
branches:
910
- main
1011
- master
12+
- github-workflows
1113
jobs:
1214
test:
1315
name: test

.github/workflows/pkg.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- master
8+
- github-workflows
89
tags:
910
- v*
1011

0 commit comments

Comments
 (0)