ci: add CI workflow configuration file #15

Merged
jank1619 merged 9 commits from ci/pipelines into main 2025-02-12 10:41:44 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 343704959b - Show all commits

View File

@ -6,7 +6,7 @@ on:
jobs:
test-build:
name: test-build
runs-on: remote
runs-on: vps-4
container:
image: catthehacker/ubuntu:act-latest
steps:

View File

@ -13,7 +13,7 @@ permissions:
jobs:
release:
name: Release
runs-on: remote
runs-on: vps-4
permissions:
contents: write
issues: write