We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a2e23 commit 2927298Copy full SHA for 2927298
.github/workflows/ci.yml
@@ -1,6 +1,6 @@
1
on:
2
push:
3
- branches: [main]
+ branches: [main, 'strata-*']
4
pull_request:
5
release:
6
types: [published]
.github/workflows/release-drafter.yml
@@ -2,7 +2,9 @@ name: Release Drafter
- branches: main
+ branches:
+ - main
7
+ - 'strata-*'
8
9
permissions:
10
contents: read
0 commit comments