Skip to content

Commit

Permalink
Create maven deployment on each push on develop (#31)
Browse files Browse the repository at this point in the history
Create release on each push on develop
  • Loading branch information
micbakos-rdx committed Mar 22, 2024
1 parent 56f9ac3 commit 37f45f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- '**'
branches:
- develop

permissions:
id-token: write
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-desktop-bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- '**'
branches:
- develop

permissions:
id-token: write
Expand Down

0 comments on commit 37f45f7

Please sign in to comment.