mirror of
https://github.com/LukeHagar/pocketbase.git
synced 2025-12-06 12:47:45 +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:
|
matrix:
|
||||||
release_type: ["latest", "pre-release"]
|
release_type: ["latest", "pre-release"]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout branch
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
- name: Check latest Pocketbase Version
|
- name: Check latest Pocketbase Version
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.release_type }}" = "latest" ]; then
|
if [ "${{ matrix.release_type }}" = "latest" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user