Skip to content

Commit

Permalink
chore: update the github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
Arylo committed Jun 14, 2024
1 parent d3822f2 commit 05f7cf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Code Push

on:
push:
branches:
- master
- push
- pull_request

jobs:
main:
Expand All @@ -23,9 +22,11 @@ jobs:
with:
folder: dist/qinglong
branch: qinglong
if: github.ref_name == github.event.repository.default_branch
- name: Deploy Monkey scripts
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/monkey
branch: monkey
if: github.ref_name == github.event.repository.default_branch

0 comments on commit 05f7cf9

Please sign in to comment.