Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
permission_handler
Commits
aeb070cf
Commit
aeb070cf
authored
Mar 15, 2021
by
Maurits van Beusekom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove develop branch from workflow
parent
d4ee35b2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/app_facing_package.yaml
+3
-3
.github/workflows/platform_interface_package.yaml
+3
-3
No files found.
.github/workflows/app_facing_package.yaml
View file @
aeb070cf
...
...
@@ -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
...
...
.github/workflows/platform_interface_package.yaml
View file @
aeb070cf
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment