Skip to content

Commit

Permalink
Master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
XPerianer committed Nov 27, 2023
1 parent 652357d commit 7892791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Dart CI
on:
# Run on PRs and pushes to the default branch.
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
# Check code formatting and static analysis on a single OS (linux)
Expand Down

0 comments on commit 7892791

Please sign in to comment.