diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b12cfec..0ef95c7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,9 @@ name: CI on: pull_request: + push: branches: - - 'molior-rebase' + - 'main' defaults: run: @@ -23,7 +24,7 @@ jobs: strategy: fail-fast: true matrix: - go: [1.11, 1.12, 1.13] + go: [1.13] run_long_tests: [no] allow_failure: [false] include: @@ -77,7 +78,7 @@ jobs: - name: Make prepare run: | make prepare - + - name: Make env: RUN_LONG_TESTS: ${{ matrix.run_long_tests }} diff --git a/AUTHORS b/AUTHORS index 81d1f912..9a59c1f4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -43,3 +43,4 @@ List of contributors, in chronological order: * Joshua Colson (https://github.com/freakinhippie) * Andre Roth (https://github.com/neolynx) * Lorenzo Bolla (https://github.com/lbolla) +* Benj Fassbind (https://github.com/randombenj)