Skip to content

Commit

Permalink
add workflow and repo dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Dec 13, 2021
1 parent b6ce868 commit 2b580c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_qsm_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: qsm pipeline test

on:
workflow_dispatch:
repository_dispatch:
push:
branches: [ master ]
paths-ignore:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_segmentation_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: segmentation pipeline test

on:
workflow_dispatch:
repository_dispatch:
push:
branches: [ master ]
paths-ignore:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_template_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: template pipeline test

on:
workflow_dispatch:
repository_dispatch:
push:
branches: [ master ]
paths-ignore:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_transparent_singularity.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: transparent singularity test

on:
workflow_dispatch:
repository_dispatch:
push:
branches: [ master ]
paths-ignore:
Expand Down

0 comments on commit 2b580c6

Please sign in to comment.