From 5864a33382ee04fc2230dc246428b06935f517d2 Mon Sep 17 00:00:00 2001 From: jhj0517 <97279763+jhj0517@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:25:41 +0900 Subject: [PATCH] Add branch --- .github/workflows/ci-shell.yml | 2 ++ .github/workflows/ci.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci-shell.yml b/.github/workflows/ci-shell.yml index 7f8e77a9..6e9f9f75 100644 --- a/.github/workflows/ci-shell.yml +++ b/.github/workflows/ci-shell.yml @@ -6,9 +6,11 @@ on: push: branches: - master + - intel-gpu pull_request: branches: - master + - intel-gpu jobs: test-shell-script: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33a08480..6c952db2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,11 @@ on: push: branches: - master + - intel-gpu pull_request: branches: - master + - intel-gpu jobs: build: