From 804e4a1ffdd4c9f4bbe9a1fe47d276e484a5e64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Sun, 22 Dec 2024 11:45:24 +0100 Subject: [PATCH] Adapt ci workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Schöchlin --- .github/workflows/continuous-integration-workflow.yml | 3 +-- .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 88ea6d6..4110cd1 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -2,7 +2,7 @@ name: Build package and test on: push: branches: - - master + - '*' jobs: build: name: CI @@ -12,7 +12,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - ref: refs/heads/master - name: Setup run: | sudo apt-get install ruby-dev build-essential debhelper devscripts rpm xalan wget -y diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b683222..a6274d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + ref: refs/heads/main - name: Setup run: | sudo apt-get install ruby-dev build-essential debhelper devscripts rpm xalan wget -y