Skip to content

Commit

Permalink
use list of branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jul 26, 2024
1 parent dc70f9d commit d8ed07d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/plugin_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@ jobs:
include:

- plugin: pynxtools-ellips
branches: main
branches: [main]
tests_to_run: tests/.
- plugin: pynxtools-raman
branches: main
branches: [main]
tests_to_run: tests/.
- plugin: pynxtools-mpes
branches: update-to-new-nxmpes, main
branches: [update-to-new-nxmpes, main]
tests_to_run: tests/.
- plugin: pynxtools-stm
branches: main
branches: [main]
tests_to_run: tests/.
- plugin: pynxtools-xps
branches: use-multiformat-reader, main
branches: [use-multiformat-reader, main]
tests_to_run: tests/.
# - plugin: pynxtools-apm
# branches: main
# branches: [main]
# tests_to_run: tests/.
# - plugin: pynxtools-xrd
# branches: main
# branches: [main]
# tests_to_run: tests/.
# - plugin: pynxtools-em
# branches: main
# branches: [main]
# tests_to_run: tests/.
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d8ed07d

Please sign in to comment.