Skip to content

Commit

Permalink
replace feature branch with main for workflow refs
Browse files Browse the repository at this point in the history
  • Loading branch information
nthurow committed Feb 9, 2024
1 parent 5b7c4f4 commit 1e3075e
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand All @@ -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...
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1e3075e

Please sign in to comment.