Skip to content

Commit

Permalink
move master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mwennrich committed Jun 30, 2022
1 parent e9169ea commit 63d2218
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build latest image
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build from pull request
on:
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
26 changes: 1 addition & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof

eventrouter
bin/
.vscode
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Contains only the stdout sink
Startup:

```bash
kubectl create -f https://raw.githubusercontent.com/mwennrich/eventrouter/master/yaml/eventrouter.yaml
kubectl create -f https://raw.githubusercontent.com/mwennrich/eventrouter/main/yaml/eventrouter.yaml
```

Teardown:

```bash
kubectl delete -f https://raw.githubusercontent.com/mwennrich/eventrouter/master/yaml/eventrouter.yaml
kubectl delete -f https://raw.githubusercontent.com/mwennrich/eventrouter/main/yaml/eventrouter.yaml
```

### Inspecting the output
Expand Down

0 comments on commit 63d2218

Please sign in to comment.