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

Commit b105860

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/main.yml

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

2626
steps:
27+
<<<<<<< Updated upstream
2728
- uses: actions/checkout@v6
29+
=======
30+
- uses: actions/checkout@v5
31+
with:
32+
ref: main
33+
>>>>>>> Stashed changes
2834

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

0 commit comments

Comments
 (0)