Skip to content

Commit 8c5c52e

Browse files
committed
Run build workflow for pre-release branch
1 parent d2e0205 commit 8c5c52e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build-pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: build-pr
22

33
on:
44
pull_request:
5+
branches-ignore:
6+
- pre-release
57

68
env:
79
GOPROXY: https://proxy.golang.org/

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- pre-release
78

89
permissions:
910
actions: write

0 commit comments

Comments
 (0)