Skip to content

Commit

Permalink
Move development to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Sep 26, 2022
1 parent 2a1940b commit 5f93275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [ next, 2.x ]
branches: [ main, 2.x ]
pull_request_target:
branches: [ next, 2.x ]
branches: [ main, 2.x ]

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- next
- main
- 2.x

jobs:
Expand Down

0 comments on commit 5f93275

Please sign in to comment.