Skip to content

Commit

Permalink
Merge pull request #110 from xixiIBN5100/dev
Browse files Browse the repository at this point in the history
fix: 修改lock文件错误
  • Loading branch information
xixiIBN5100 authored Oct 17, 2024
2 parents 994e293 + 59b5f69 commit 7311cd2
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 15 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: CD
name: dev-CD

on:
push:
branches:
- main
- dev

jobs:
Expand All @@ -12,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Check if forked
if: github.event.repository.fork == true
run: echo "This action is running on a forked repository and will not deploy." && exit 0
# - name: Check if forked
# if: github.event.repository.fork == true
# run: echo "This action is running on a forked repository and will not deploy." && exit 0

- name: Checkout repository
uses: actions/checkout@v2

Expand Down
Loading

0 comments on commit 7311cd2

Please sign in to comment.