We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a193ce commit e065fb6Copy full SHA for e065fb6
.github/workflows/assets.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - "v*.*"
8
9
jobs:
10
build:
.github/workflows/elixir-ci.yaml
@@ -7,9 +7,12 @@ name: Elixir CI
on:
- branches: ["main"]
+ branches:
11
+ - main
12
13
pull_request:
14
15
16
17
permissions:
18
contents: read
0 commit comments