From 165e63040f1ea29bd40683969bad6dcce33403a5 Mon Sep 17 00:00:00 2001 From: morozgrafix Date: Tue, 10 Jan 2023 22:13:36 -0800 Subject: [PATCH] add github_actions branch to run actio tests --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b433fd7..fef9ead 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,9 @@ name: Ruby on: push: - branches: [master] + branches: + - master + - github_actions pull_request: branches: [master]