Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit 46b53d7

Browse files
authored
master -> main (#267)
1 parent 2773e5e commit 46b53d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: test
2424
if: |
2525
github.event_name == 'push' && (
26-
github.ref == 'refs/heads/master' || (
26+
github.ref == 'refs/heads/main' || (
2727
startsWith(github.ref, 'refs/heads/v') && endsWith(github.ref, 'x')
2828
)
2929
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java Function Invoker [![Build Status](https://travis-ci.com/projectriff/java-function-invoker.svg?branch=master)](https://travis-ci.com/projectriff/java-function-invoker)
1+
# Java Function Invoker [![Build Status](https://travis-ci.com/projectriff/java-function-invoker.svg?branch=main)](https://travis-ci.com/projectriff/java-function-invoker)
22

33
## What It Does
44

0 commit comments

Comments
 (0)