From 997e8fc96c5f655679b90fd1447f2e3c8c572bcb Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Thu, 30 Jun 2022 11:28:40 +0200 Subject: [PATCH] enable ci at develop branch --- .github/workflows/check_version.yml | 4 +++- .github/workflows/ledger.yml | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_version.yml b/.github/workflows/check_version.yml index 75d0b1ab..adccfe8d 100644 --- a/.github/workflows/check_version.yml +++ b/.github/workflows/check_version.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - develop jobs: configure: @@ -55,4 +56,5 @@ jobs: - name: Tag exists if: ${{ steps.checkTag.outputs.exists == 'true' }} - run: exit 1 \ No newline at end of file + run: exit 1 + diff --git a/.github/workflows/ledger.yml b/.github/workflows/ledger.yml index 14029c36..f73ca36d 100644 --- a/.github/workflows/ledger.yml +++ b/.github/workflows/ledger.yml @@ -3,9 +3,13 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [main] + branches: + - main + - develop pull_request: - branches: [main] + branches: + - main + - develop # Allows you to run this workflow manually from the Actions tab workflow_dispatch: