Commit 55c80f9e by Maurits van Beusekom

Add path filter to github action

parent a279b9d7
......@@ -7,8 +7,12 @@ name: app_facing_package
on:
push:
branches: [ master, develop ]
paths:
- 'permission_handler'
pull_request:
branches: [ master, develop ]
paths:
- 'permission_handler'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
......
......@@ -7,8 +7,12 @@ name: platform_interface_package
on:
push:
branches: [ master, develop ]
paths:
- 'permission_handler_platform_interface'
pull_request:
branches: [ master, develop ]
paths:
- 'permission_handler_platform_interface'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
......
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