Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Fix CI: use main as main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote authored and mafintosh committed May 26, 2023
1 parent 13c2053 commit f548276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build Status
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:
strategy:
Expand Down

0 comments on commit f548276

Please sign in to comment.