From b5cef685ecc2e29a508263212c54e4dd04590ff4 Mon Sep 17 00:00:00 2001 From: Jay Ehsaniara Date: Mon, 12 Jul 2021 22:17:03 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20action=20configs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/{workflows => }/mavenpublish.yml | 0 {scs-101 => .github/workflows}/scs101commons.yml | 7 +++++-- {scs-101 => .github/workflows}/scs101inventorycheck.yml | 7 ++++++- 3 files changed, 11 insertions(+), 3 deletions(-) rename .github/{workflows => }/mavenpublish.yml (100%) rename {scs-101 => .github/workflows}/scs101commons.yml (89%) rename {scs-101 => .github/workflows}/scs101inventorycheck.yml (86%) diff --git a/.github/workflows/mavenpublish.yml b/.github/mavenpublish.yml similarity index 100% rename from .github/workflows/mavenpublish.yml rename to .github/mavenpublish.yml diff --git a/scs-101/scs101commons.yml b/.github/workflows/scs101commons.yml similarity index 89% rename from scs-101/scs101commons.yml rename to .github/workflows/scs101commons.yml index f7471e2..3eb877f 100644 --- a/scs-101/scs101commons.yml +++ b/.github/workflows/scs101commons.yml @@ -2,10 +2,13 @@ name: scs-101 commons CI on: push: - branches: - - master paths: - 'scs-101/scs-101-commons/**' + branches: + - main + pull_request: + branches: + - main jobs: build: diff --git a/scs-101/scs101inventorycheck.yml b/.github/workflows/scs101inventorycheck.yml similarity index 86% rename from scs-101/scs101inventorycheck.yml rename to .github/workflows/scs101inventorycheck.yml index 9e61935..61f0ca6 100644 --- a/scs-101/scs101inventorycheck.yml +++ b/.github/workflows/scs101inventorycheck.yml @@ -2,8 +2,13 @@ name: Java CI on: push: + paths: + - 'scs-101/scs-101-inventory-check/**' branches: - - master + - main + pull_request: + branches: + - main jobs: build: