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: jobs:
test-build: test-build:
name: test-build name: test-build
runs-on: remote runs-on: vps-4
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
steps: steps:

View File

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