Commit aeb070cf by Maurits van Beusekom

Remove develop branch from workflow

parent d4ee35b2
...@@ -6,11 +6,11 @@ name: app_facing_package ...@@ -6,11 +6,11 @@ name: app_facing_package
# events but only for the develop branch # events but only for the develop branch
on: on:
push: push:
branches: [ master, develop ] branches: [ master ]
paths: paths:
- 'permission_handler/**' - 'permission_handler/**'
pull_request: pull_request:
branches: [ master, develop ] branches: [ master ]
paths: paths:
- 'permission_handler/**' - 'permission_handler/**'
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
# Make sure the stable version of Flutter is available # Make sure the stable version of Flutter is available
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: 'beta' channel: 'stable'
# Download all Flutter packages the permission_handler depends on # Download all Flutter packages the permission_handler depends on
- name: Download dependencies - name: Download dependencies
......
...@@ -6,11 +6,11 @@ name: platform_interface_package ...@@ -6,11 +6,11 @@ name: platform_interface_package
# events but only for the develop branch # events but only for the develop branch
on: on:
push: push:
branches: [ master, develop ] branches: [ master ]
paths: paths:
- 'permission_handler_platform_interface/**' - 'permission_handler_platform_interface/**'
pull_request: pull_request:
branches: [ master, develop ] branches: [ master ]
paths: paths:
- 'permission_handler_platform_interface/**' - 'permission_handler_platform_interface/**'
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
# Make sure the stable version of Flutter is available # Make sure the stable version of Flutter is available
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: 'beta' channel: 'stable'
# Download all Flutter packages the permission_handler_platform_interface depends on # Download all Flutter packages the permission_handler_platform_interface depends on
- name: Download dependencies - name: Download dependencies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment