diff --git a/.github/workflows/release-maven.yml b/.github/workflows/release-maven.yml index 33a191006..c53580b1e 100644 --- a/.github/workflows/release-maven.yml +++ b/.github/workflows/release-maven.yml @@ -1,8 +1,6 @@ name: Publish Cineast artifacts to the Maven Central Repository on: push: - branches: - - main tags: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10