From c30953f4231ef4e26af2d308e7274f2c5b9ab74a Mon Sep 17 00:00:00 2001 From: Amim Knabben Date: Wed, 17 Jan 2024 18:22:12 -0300 Subject: [PATCH] Fixing branches filter --- .github/workflows/golangci-lint.yml | 3 ++- .github/workflows/tests.yml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index c9e3da3..b133e87 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -4,7 +4,8 @@ on: tags: - v* branches: - - main + - 'master' + - '*' pull_request: permissions: contents: read diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5712499..478c32a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,8 @@ on: tags: - v* branches: - - main + - 'master' + - '*' pull_request: permissions: contents: read @@ -23,4 +24,4 @@ jobs: pushd experiments/swdt make test make build - popd \ No newline at end of file + popd