Skip to content

Commit

Permalink
Fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJHirst committed Nov 15, 2024
1 parent 1e16583 commit ed6333a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: dev
ref: main
- name: Setup Node
uses: actions/setup-node@v1
with:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: prod
ref: stable
- name: Setup Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit ed6333a

Please sign in to comment.