From 9506be63a07848a6c39835439218a1870b5a0940 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:57:49 +0800 Subject: [PATCH] Update deploy-stg.yml --- .github/workflows/deploy-stg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-stg.yml b/.github/workflows/deploy-stg.yml index 97cd279..cb1f876 100644 --- a/.github/workflows/deploy-stg.yml +++ b/.github/workflows/deploy-stg.yml @@ -2,7 +2,7 @@ name: Deploy staging on: push: - branches: [master] + branches: [main] jobs: deploy: @@ -30,4 +30,4 @@ jobs: enable_cache: true enable_notify_slack: false slack_channel: darwinia-docs - slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }} \ No newline at end of file + slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}