Skip to content

Commit c18e48a

Browse files
committed
Only run on tags
1 parent 5b94bfe commit c18e48a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/rustler_precompiled.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ env:
55

66
on:
77
push:
8-
branches:
9-
- main
108
tags:
119
- '*'
1210

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The package can be installed by adding `excoding` to your list of dependencies i
99
```elixir
1010
def deps do
1111
[
12-
{:excoding, "~> 1.0"}
12+
{:excoding, "~> 0.1"}
1313
]
1414
end
1515
```

0 commit comments

Comments
 (0)