Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Commit 650db3b

Browse files
chore(ci): added main branch to checkout job
1 parent b105860 commit 650db3b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,9 @@ jobs:
2424
runs-on: ubuntu-24.04
2525

2626
steps:
27-
<<<<<<< Updated upstream
2827
- uses: actions/checkout@v6
29-
=======
30-
- uses: actions/checkout@v5
3128
with:
3229
ref: main
33-
>>>>>>> Stashed changes
3430

3531
- name: Build ${{ env.DOCKERHUB_REPOSITORY }}:dev image
3632
run: docker build -t ${{ env.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_REPOSITORY }}:dev .

0 commit comments

Comments
 (0)