diff --git a/.github/workflows/analyzer.yml b/.github/workflows/analyzer.yml index 2670690..15df267 100644 --- a/.github/workflows/analyzer.yml +++ b/.github/workflows/analyzer.yml @@ -3,8 +3,8 @@ name: Analyzer on: push: branches: [ "main" ] - pull_request_target: - types: [opened, edited, synchronize] + pull_request: + branches: [ "main" ] jobs: build: diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 4010e67..b50defe 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -3,8 +3,8 @@ name: Code Formatting on: push: branches: [ "main" ] - pull_request_target: - types: [opened, edited, synchronize] + pull_request: + branches: [ "main" ] jobs: build: diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 022b9ef..188e655 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -3,8 +3,8 @@ name: Sanity on: push: branches: [ "main" ] - pull_request_target: - types: [opened, edited, synchronize] + pull_request: + branches: [ "main" ] jobs: build: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b33cbb..12a2e8a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,8 +3,8 @@ name: Flutter Test on: push: branches: [ "main" ] - pull_request_target: - types: [opened, edited, synchronize] + pull_request: + branches: [ "main" ] jobs: build: