Skip to content

Commit 08fc943

Browse files
authored
Chore: update GitHub workflows (#374)
* Trigger assets on `v*.*` branches * Trigger tests on `v*.*` branches
1 parent 9112b6b commit 08fc943

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/assets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- "v*.*"
78

89
jobs:
910
build:

.github/workflows/elixir-ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ name: Elixir CI
77

88
on:
99
push:
10-
branches: ["main"]
10+
branches:
11+
- main
12+
- "v*.*"
1113
pull_request:
12-
branches: ["main"]
14+
branches:
15+
- main
1316

1417
permissions:
1518
contents: read

0 commit comments

Comments
 (0)