Skip to content

Commit

Permalink
ci(github-actions): Fixed master to main branch rename in ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Jul 25, 2023
1 parent 6aa4533 commit 8a8080a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Analyzer

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
pull_request_target:
types: [opened, edited, synchronize]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Code Formatting

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
pull_request_target:
types: [opened, edited, synchronize]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Sanity

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
pull_request_target:
types: [opened, edited, synchronize]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Flutter Test

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
pull_request_target:
types: [opened, edited, synchronize]

jobs:
build:
Expand Down

0 comments on commit 8a8080a

Please sign in to comment.