mirror of
https://github.com/LukeHagar/pocketbase.git
synced 2025-12-06 04:20:57 +00:00
checkout branch
This commit is contained in:
5
.github/workflows/build-and-push.yaml
vendored
5
.github/workflows/build-and-push.yaml
vendored
@@ -16,6 +16,11 @@ jobs:
|
||||
matrix:
|
||||
release_type: ["latest", "pre-release"]
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Check latest Pocketbase Version
|
||||
run: |
|
||||
if [ "${{ matrix.release_type }}" = "latest" ]; then
|
||||
|
||||
Reference in New Issue
Block a user