Skip to content

Commit

Permalink
ci: play
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Oct 10, 2024
1 parent 8993359 commit 17bf69e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- "main"
- "feat/migrate-ky-alpine"
tags:
- "v*.*.*"

Expand All @@ -21,6 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Docker on macOS
uses: douglascamata/setup-docker-macos-action@v1-alpha

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 17bf69e

Please sign in to comment.