Skip to content

Commit

Permalink
ci: update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
uwla committed Sep 17, 2024
1 parent b263fb2 commit 6071b01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml → .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: GitHub Pages Sync
name: Build demo app

on:
push:
branches: ["master"]
branches: ["vue3"]

jobs:
deploy:
Expand Down Expand Up @@ -32,4 +32,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: demo
publish_dir: ./demo
destination_dir: demo
commit_message: update demo
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Automated tests

on:
push:
Expand All @@ -17,7 +14,6 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6071b01

Please sign in to comment.