Skip to content

Commit

Permalink
Update mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
storyxc authored Jun 19, 2023
1 parent 70f77a5 commit 845a4d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: Mac Build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

# Jobs
jobs:
Expand All @@ -33,4 +33,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run build

0 comments on commit 845a4d3

Please sign in to comment.