Skip to content

Commit

Permalink
Merge pull request #4 from napari/minor-fixes
Browse files Browse the repository at this point in the history
Remove branches from release workflow and remove sample dict of dicts
  • Loading branch information
DragaDoncila authored Nov 3, 2023
2 parents fafcc68 + dfa15a1 commit ce08628
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ name: release

on:
push:
branches:
- npe1
- main
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
if: contains(github.ref, 'tags')
permissions:
id-token: write
steps:
Expand Down
4 changes: 0 additions & 4 deletions dummy_test_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ def napari_provide_sample_data():
return {
'random data': generate_random_data,
'random image': 'https://picsum.photos/1024',
'sample_key': {
'display_name': 'Some Random Data (512 x 512)',
'data': generate_random_data,
}
}


Expand Down

0 comments on commit ce08628

Please sign in to comment.