Skip to content

Commit

Permalink
replace feature branch with main for workflow refs (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
nthurow authored Feb 9, 2024
1 parent 5b7c4f4 commit cdf4497
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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...
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cdf4497

Please sign in to comment.