Update references from master branch to main branch (#750)
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -3,7 +3,7 @@ name: checks
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -3,7 +3,7 @@ name: demo deploy
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
env:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_TOKEN }}
|
||||
|
||||
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -3,7 +3,7 @@ name: docker
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.22"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Simple web-based and cross platform PostgreSQL database explorer.
|
||||
|
||||
[](https://github.com/sosedoff/pgweb/releases)
|
||||
[](https://github.com/sosedoff/pgweb/actions?query=branch%3Amaster)
|
||||
[](https://github.com/sosedoff/pgweb/actions?query=branch%3Amain)
|
||||
[](https://goreportcard.com/report/github.com/sosedoff/pgweb)
|
||||
[](https://godoc.org/github.com/sosedoff/pgweb)
|
||||
[](https://hub.docker.com/r/sosedoff/pgweb/)
|
||||
|
||||
Reference in New Issue
Block a user