fix: default branch master -> main

Trimmed trailing spaces as well
This commit is contained in:
Nick Schonning
2021-01-20 14:38:21 -05:00
parent d226085e71
commit 7b46d34311

View File

@@ -3,14 +3,14 @@ name: proxy
on:
pull_request:
paths-ignore:
- '**.md'
push:
- '**.md'
push:
branches:
- master
- main
- releases/*
paths-ignore:
- '**.md'
jobs:
test-proxy:
runs-on: ubuntu-latest