From ecfe8954c6a4ba83b409033d516939e062801749 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Tue, 22 Nov 2022 06:44:53 +0100 Subject: [PATCH] fix push CI push branches --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e70682..24ba215 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,8 @@ name: CI on: push: branches: - - master + - stable + - unstable pull_request: workflow_dispatch: