chore: add pull request workflow

This commit is contained in:
Stevan Freeborn
2025-11-24 21:02:12 -06:00
parent c09461f9c9
commit d423b5401b
2 changed files with 45 additions and 3 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ jobs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Login to Docker Hub
@@ -40,7 +40,7 @@ jobs:
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run deploy script