Skip to content

Commit

Permalink
Merge pull request #11 from Corona-Studio/laolarou726-patch-2
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
laolarou726 authored Mar 18, 2024
2 parents 0d680a0 + 882a4e0 commit 0a2ff10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Build Check

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-node@v4.0.2
with:
node-version: 16
node-version: 20

- name: Install yarn
run: |
Expand Down

0 comments on commit 0a2ff10

Please sign in to comment.