Skip to content

Commit 3f3e71e

Browse files
yarikopticclaude
andcommitted
CI: trigger workflow on PR description edits
Allow validate_datasets workflow to re-run when PR description is edited, enabling dynamic detection of bids-specification-pr references added after PR creation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9f49902 commit 3f3e71e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate_datasets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: ['**']
66
pull_request:
7+
types: [opened, synchronize, reopened, edited]
78
branches: ['**']
89
create:
910
branches: [master]

0 commit comments

Comments
 (0)