From 647e77eb6080da8903ab205afa490f53adb1b871 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Tue, 21 Jul 2020 08:46:10 -0700 Subject: [PATCH] Rename to work with main Updates the Action to listen to main #28. I didn't spot much else in here that we need to do yet. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3b9963..cbe12db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: http-tests on: push: branches: - - master + - main paths-ignore: - '**.md' pull_request: