Skip to content

Commit

Permalink
🤖 修改 branches 逻辑及 Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywt2003 committed Feb 4, 2024
1 parent bba9150 commit 10f21d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Alpha Version
on:
push:
branches:
- main
- dev
workflow_dispatch:

permissions:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main
ref: dev
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Stable Version
on:
push:
branches:
- stable
- main
workflow_dispatch:

permissions:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: stable
ref: main
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 10f21d3

Please sign in to comment.