Skip to content

Commit e065fb6

Browse files
committed
Chore: update GitHub workflows (#374)
* Trigger assets on `v*.*` branches * Trigger tests on `v*.*` branches
1 parent 4a193ce commit e065fb6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.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)