summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2023-01-16 10:55:43 +0100
committerMarcel Müller <neikos@neikos.email>2023-01-23 09:22:53 +0100
commit35675db9956e09c602662e6352f28d3fb6aef947 (patch)
tree7cbb834ccff01d7b9ee5c396d92ea36da857dee0 /.github
parent89f762b857f6e57cda01dc7d270f703246c1310b (diff)
Add release/* to github actions branches
Signed-off-by: Marcel Müller <neikos@neikos.email> (cherry picked from commit 96cee03173e19c66eb091d7213c639e64d6e1f39) (cherry picked from commit 4d8bd525343a29131bc3760014f8080c483d9e89)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 9b3e086..034caba 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -2,9 +2,9 @@ name: "Check CloudMQTT"
on:
push:
- branches: [main, staging, trying]
+ branches: [main, staging, trying, release/*]
pull_request:
- branches: [main]
+ branches: [main, release/*]
env:
CARGO_TERM_COLOR: always