Skip to content

Commit

Permalink
ci: use main
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Aug 5, 2024
1 parent fba2850 commit 50257f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy

on:
push:
branches: ["master"]
branches: ["main"]

env:
REGISTRY: ghcr.io
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/lint_and_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Lint & formatting

on:
push:
branches: ["**"]
pull_request:
branches: ["**"]

jobs:
build:
Expand All @@ -17,10 +15,10 @@ jobs:
flutter-version: "3.22.3"
channel: "stable"
- run: flutter --version

- name: Install dependencies
run: dart pub get

- name: Example .env
run: cp .env.example .env

Expand All @@ -31,4 +29,4 @@ jobs:
run: dart format --output=none --set-exit-if-changed .

- name: Analyze project source
run: flutter analyze --fatal-infos
run: flutter analyze --fatal-infos

0 comments on commit 50257f9

Please sign in to comment.