From f82c3ea44b9e3d5ba398829a78a140890e5f4cc3 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Thu, 21 Jan 2021 20:24:32 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9147bb..d9434fa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ test: deploy: needs: test # Will only run if the test job succeeds - if: github.ref == 'refs/heads/master' # Only run this job if it is on the master branch + if: github.ref == 'refs/heads/main' # Only run this job if it is on the main branch runs-on: ubuntu-latest