Skip to content

Commit

Permalink
use master instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Nov 16, 2023
1 parent 72983d0 commit 6c22482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [stable, beta, main]
sdk: [stable, beta, master] # main
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: subosito/flutter-action@aa6d9b984461fff0e0e0673f96483607df98db84
Expand Down

0 comments on commit 6c22482

Please sign in to comment.