From 9e12a36a4f578c2ac78ff8c54ee518bb3b2f087f Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 29 Nov 2021 12:20:51 +0000 Subject: [PATCH] Also build on `master` branch --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11b88e8..0e0f3d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,9 +3,11 @@ on: pull_request: branches: - main + - master push: branches: - main + - master release: types: - created