Skip to content

Commit

Permalink
Update deploy-stg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Apr 24, 2024
1 parent 6da10ae commit 9506be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy staging

on:
push:
branches: [master]
branches: [main]

jobs:
deploy:
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
enable_cache: true
enable_notify_slack: false
slack_channel: darwinia-docs
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

0 comments on commit 9506be6

Please sign in to comment.