Skip to content

Commit 6399fd8

Browse files
Trigger deploy on release instead (#29)
* update readme * trigger deploy on release
1 parent ba297d9 commit 6399fd8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: CI/CD
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
release:
5+
types: [published]
76

87

98
jobs:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ An async Java client library for the [Supabase Storage API](https://github.com/s
77

88
The version being used supports different version of the storage API, you can find which version supports up to what version in the [CHANGELOG](./CHANGELOG.md)
99

10+
## Installation
11+
For installation please see the [packages](https://github.com/supabase-community/storage-java/packages) section, it will show you how the dependency block should look.
12+
1013
## Example
1114

1215
```java

0 commit comments

Comments
 (0)