From dc63498a276c2464827d60307cbeeedb613bd05f Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 15 Jun 2020 09:57:27 -0700 Subject: [PATCH] ci: released branch, not master Duh. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 193c9cd..a709162 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [released] pull_request: jobs: