From 645ccb4c12d97d7b38fea5d7d2b0107935e460a4 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Fri, 13 Aug 2021 15:24:18 +0100 Subject: [PATCH] [fix] enabling release drafter/ci tests on main/master branch pushes --- .github/workflows/poetry-ci-test-lint.yml | 1 + .github/workflows/release-drafter.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/poetry-ci-test-lint.yml b/.github/workflows/poetry-ci-test-lint.yml index 3bf2ff58..1e3ba269 100644 --- a/.github/workflows/poetry-ci-test-lint.yml +++ b/.github/workflows/poetry-ci-test-lint.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - main jobs: pytest: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index a9e0711f..9c1e3bd7 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -5,6 +5,7 @@ on: # branches to consider in the event; optional, defaults to all branches: - master + - main jobs: update_release_draft: