File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - main
10
10
11
11
jobs :
12
12
test :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ License
24
24
See the License for the specific language governing permissions and
25
25
limitations under the License.
26
26
27
- [ ci-shield ] : https://github.com/google/compile-testing/actions/workflows/ci.yml/badge.svg?branch=master
27
+ [ ci-shield ] : https://github.com/google/compile-testing/actions/workflows/ci.yml/badge.svg?branch=main
28
28
[ ci-link ] : https://github.com/google/compile-testing/actions
29
29
[ maven-shield ] : https://img.shields.io/maven-central/v/com.google.testing.compile/compile-testing.png
30
30
[ maven-link ] : https://search.maven.org/artifact/com.google.testing.compile/compile-testing
You can’t perform that action at this time.
0 commit comments