Commit aeb070cf by Maurits van Beusekom

Remove develop branch from workflow

parent d4ee35b2
......@@ -6,11 +6,11 @@ name: app_facing_package
# events but only for the develop branch
on:
push:
branches: [ master, develop ]
branches: [ master ]
paths:
- 'permission_handler/**'
pull_request:
branches: [ master, develop ]
branches: [ master ]
paths:
- 'permission_handler/**'
......@@ -32,7 +32,7 @@ jobs:
# Make sure the stable version of Flutter is available
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
channel: 'stable'
# Download all Flutter packages the permission_handler depends on
- name: Download dependencies
......
......@@ -6,11 +6,11 @@ name: platform_interface_package
# events but only for the develop branch
on:
push:
branches: [ master, develop ]
branches: [ master ]
paths:
- 'permission_handler_platform_interface/**'
pull_request:
branches: [ master, develop ]
branches: [ master ]
paths:
- 'permission_handler_platform_interface/**'
......@@ -31,7 +31,7 @@ jobs:
# Make sure the stable version of Flutter is available
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
channel: 'stable'
# Download all Flutter packages the permission_handler_platform_interface depends on
- 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