Skip to content

Commit 7c266ca

Browse files
committed
Update github actions
1 parent 63c3041 commit 7c266ca

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, main, series/* ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, main, series/* ]
88

99
jobs:
1010
build:

Diff for: .github/workflows/mima.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Binary Compatibility
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, main, series/* ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, main, series/* ]
88

99
jobs:
1010
build:

Diff for: .github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- series/*
89
tags:
910
- '*'

0 commit comments

Comments
 (0)