Skip to content

Commit

Permalink
Merge branch 'main' into version-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Turner committed Mar 17, 2024
2 parents c5142b7 + ff32620 commit 5d64145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
ref: version-3
# setup nodejs
- name: Use Node.js 16
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v4_merge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: V4 Merge Testing
name: Merge Testing
on:
push:
branches:
Expand Down

0 comments on commit 5d64145

Please sign in to comment.