Configuration file and CI #4

Merged
bartfaik04 merged 29 commits from configuration into main 2025-06-07 15:33:06 +02:00
Showing only changes of commit bad5123b02 - Show all commits

View File

@@ -5,8 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-24.04
tags: [ubuntu]
runs-on: ubuntu
steps:
- name: Checkout code
uses: actions/checkout@v3
@@ -25,8 +24,7 @@ jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-24.04
tags: [ubuntu]
runs-on: ubuntu
needs: build
steps:
- name: Checkout code