From 20d310ce7fd62894c35d8d42351cd555a73172c5 Mon Sep 17 00:00:00 2001 From: Christian Zangl Date: Mon, 10 Jun 2024 22:31:26 +0200 Subject: [PATCH] tests --- .github/workflows/ci.yml | 4 +--- .github/workflows/release.yml | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 918f9cd..01e646b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: ci on: push: - branches: [ master ] + branches: [] pull_request: jobs: @@ -21,8 +21,6 @@ jobs: - name: tests run: | scripts/tests - scripts/run_test_prep - scripts/run_tests - name: xbuild run: scripts/xbuild diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2119b21..d4336e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,6 @@ jobs: - name: tests run: | scripts/tests - scripts/run_test_prep - scripts/run_tests - name: xbuild run: version=${GITHUB_REF#$"refs/tags/v"} scripts/xbuild