Skip to content

Commit 9c5a17d

Browse files
authored
Make CI to trigger on push to v0.6 (#1399)
1 parent 7627108 commit 9c5a17d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bench-hyperfine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bench
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, v0.6]
66
merge_group:
77
types: [checks_requested]
88

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, v0.6]
66
pull_request:
77
merge_group:
88
types: [checks_requested]

.github/workflows/starknet-blocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Starknet Blocks
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, v0.6]
66
merge_group:
77
types: [checks_requested]
88

0 commit comments

Comments
 (0)