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 8a8080a commit 0826662
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Analyzer
on:
push:
branches: [ "main" ]
pull_request_target:
types: [opened, edited, synchronize]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Code Formatting
on:
push:
branches: [ "main" ]
pull_request_target:
types: [opened, edited, synchronize]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Sanity
on:
push:
branches: [ "main" ]
pull_request_target:
types: [opened, edited, synchronize]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Flutter Test
on:
push:
branches: [ "main" ]
pull_request_target:
types: [opened, edited, synchronize]
pull_request:
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit 0826662

Please sign in to comment.