From 2431419ac2117b13b415a608e251af10babedfed Mon Sep 17 00:00:00 2001 From: NarayanAdithya Date: Thu, 21 Oct 2021 17:59:11 +0530 Subject: [PATCH] Fixed Github Actions Trial #4 --- .github/workflows/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index c12d886..12a1988 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -9,9 +9,9 @@ name: Ruby on: push: - branches: [ master ] + branches: [ master, dev-github-actions ] pull_request: - branches: [ master ] + branches: [ master, dev-github-actions ] jobs: test: