Skip to content

Commit 2927298

Browse files
committed
ci: Run on our branches too
1 parent 92a2e23 commit 2927298

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [main]
3+
branches: [main, 'strata-*']
44
pull_request:
55
release:
66
types: [published]

.github/workflows/release-drafter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Release Drafter
22

33
on:
44
push:
5-
branches: main
5+
branches:
6+
- main
7+
- 'strata-*'
68

79
permissions:
810
contents: read

0 commit comments

Comments
 (0)