Skip to content

Commit

Permalink
feat: update deploy.yaml to make this github action can be trigger by…
Browse files Browse the repository at this point in the history
… production branch push
  • Loading branch information
dada878 committed Jan 6, 2025
1 parent e636886 commit f0574bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy

on:
push:
branches: main
branches: production
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f0574bb

Please sign in to comment.