From 604a050f2176ebe75d62ba79595b3ae8a2e5850a Mon Sep 17 00:00:00 2001 From: Alfonso Roa Date: Fri, 8 Nov 2024 12:15:26 +0100 Subject: [PATCH] CI only to check PR. Release of snapshots. --- .github/workflows/ci.yml | 3 --- .github/workflows/release.yml | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f082940..bc9a332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,5 @@ name: CI on: - push: - branches: - - main pull_request: jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b10f4ce..f61c3cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,8 @@ name: Release on: push: tags: [ "*" ] + branches: + - main jobs: publish: runs-on: ubuntu-latest