summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index d047f1c..70671fa 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -2,9 +2,9 @@ name: Deploy Build
on:
push:
- branches: [github_action/deploy]
+ branches: [deploy/nightly]
pull_request:
- branches: [github_action/deploy]
+ branches: [deploy/nightly]
env:
CARGO_TERM_COLOR: always