Skip to content

Commit

Permalink
switch the default branch to main
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Chodorowicz <jakub@chodorowicz.com>
  • Loading branch information
chodorowicz committed Oct 12, 2024
1 parent 6abdf9d commit dad38cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: node-ci
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit dad38cf

Please sign in to comment.