Skip to content

Commit 6bfc3fc

Browse files
committed
Avoid building twice on branches pushed to upstream
1 parent dde6975 commit 6bfc3fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: test
33
on:
44
push:
55
branches:
6-
- "*"
6+
- "master"
7+
- "test-me-*"
8+
79
pull_request:
10+
branches:
11+
- "master"
812

913
concurrency:
1014
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)