Skip to content

Commit

Permalink
Update unit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maceip authored Jan 7, 2024
1 parent 874eeaf commit 5f266da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Unit test
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
schedule:
- cron: '0 12 * * 4'
jobs:
Expand All @@ -19,4 +19,4 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run test:unit
run: npm run test:unit

0 comments on commit 5f266da

Please sign in to comment.