From cdf44970c7a4771495c6807a27b67799e81b1e41 Mon Sep 17 00:00:00 2001 From: nthurow Date: Fri, 9 Feb 2024 14:32:08 -0600 Subject: [PATCH] replace feature branch with main for workflow refs (#18) --- .github/workflows/publish.yml | 4 ++-- .github/workflows/quality-checks.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index daef687..e526112 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ on: jobs: quality_checks: - uses: Optum/react-hooks/.github/workflows/quality-checks.yml@add_quality_checks + uses: Optum/react-hooks/.github/workflows/quality-checks.yml@main publish: runs-on: ubuntu-latest @@ -18,7 +18,7 @@ jobs: exit 1 - name: Setup - uses: Optum/react-hooks/.github/actions/setup@add_quality_checks + uses: Optum/react-hooks/.github/actions/setup@main - name: Publish run: echo Publishing... diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 9ab0213..5a9ad92 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup - uses: Optum/react-hooks/.github/actions/setup@add_quality_checks + uses: Optum/react-hooks/.github/actions/setup@main - name: Run TypeScript Build run: yarn build @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup - uses: Optum/react-hooks/.github/actions/setup@add_quality_checks + uses: Optum/react-hooks/.github/actions/setup@main - name: Run Unit Tests run: yarn jest