Skip to content

Commit

Permalink
Changed branch for automatic tests in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAppleFreak authored Jan 17, 2022
1 parent e391102 commit 058435d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test-windows:
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test
- run: npm run test

0 comments on commit 058435d

Please sign in to comment.