1
0
mirror of https://github.com/NickKaramoff/toot synced 2025-06-05 21:59:33 +02:00

Improve GHA workflow

This commit is contained in:
Nikita Karamov
2025-01-25 10:44:34 +01:00
parent fe7c154de4
commit c9f849d1f4

View File

@@ -3,12 +3,16 @@
#
# SPDX-FileCopyrightText: © 2023 Nikita Karamov <me@kytta.dev>
# SPDX-License-Identifier: AGPL-3.0-only
name: Deploy to Deno
---
name: Deno
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
deploy:
@@ -20,6 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: pnpm/action-setup@v4
with:
version: 9