Skip to content

Commit

Permalink
Fix release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhofmann committed Oct 10, 2022
1 parent c86567e commit c88c8de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
name: Maven "Snapshot" Release

on:
push:
branches:
- 'main'
- 'dev'
release:
types: [created]

jobs:
build:
Expand Down

0 comments on commit c88c8de

Please sign in to comment.