Skip to content

Commit bfe9286

Browse files
Revert "Temporarily turn off PR trigger on workflows"
This reverts commit 5ca1c2a.
1 parent 3c42572 commit bfe9286

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run_batch_script.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ name: "Run sct_run_batch -s process_data.sh"
1515
# - 'sct_course_data.zip': Files required to run the SCT course from start to finish.
1616
# - 'registration.zip', 'segmentation.zip', etc.: Files required by individual tutorials.
1717

18-
#on:
19-
# pull_request:
18+
on:
19+
pull_request:
2020

2121
jobs:
2222
run-course-script:

.github/workflows/run_script_and_create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
push:
2020
branches:
2121
- master
22-
# pull_request:
22+
pull_request:
2323
workflow_dispatch:
2424
inputs:
2525
release_title:

0 commit comments

Comments
 (0)