Skip to content

Commit

Permalink
Remove on pull_request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-huynh-cosee committed Nov 2, 2023
1 parent 9a55498 commit c2f65b2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/native_image_cropper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
paths:
- 'native_image_cropper/**'
- '.github/workflows/native_image_cropper.yaml'
pull_request:
paths:
- 'native_image_cropper/**'
- '.github/workflows/native_image_cropper.yaml'

jobs:
build:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/native_image_cropper_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
paths:
- 'native_image_cropper_android/**'
- '.github/workflows/native_image_cropper_android.yaml'
pull_request:
paths:
- 'native_image_cropper_android/**'
- '.github/workflows/native_image_cropper_android.yaml'

jobs:
build:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/native_image_cropper_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
paths:
- 'native_image_cropper_ios/**'
- '.github/workflows/native_image_cropper_ios.yaml'
pull_request:
paths:
- 'native_image_cropper_ios/**'
- '.github/workflows/native_image_cropper_ios.yaml'

jobs:
build:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/native_image_cropper_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
paths:
- 'native_image_cropper_macos/**'
- '.github/workflows/native_image_cropper_macos.yaml'
pull_request:
paths:
- 'native_image_cropper_macos/**'
- '.github/workflows/native_image_cropper_macos.yaml'

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
paths:
- 'native_image_cropper_platform_interface/**'
- '.github/workflows/native_image_cropper_platform_interface.yaml'
pull_request:
paths:
- 'native_image_cropper_platform_interface/**'
- '.github/workflows/native_image_cropper_platform_interface.yaml'

jobs:
build:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/native_image_cropper_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
paths:
- 'native_image_cropper_web/**'
- '.github/workflows/native_image_cropper_web.yaml'
pull_request:
paths:
- 'native_image_cropper_web/**'
- '.github/workflows/native_image_cropper_web.yaml'

jobs:
build:
Expand Down

0 comments on commit c2f65b2

Please sign in to comment.