mirror of
https://github.com/google/blockly.git
synced 2026-01-24 17:20:11 +01:00
Merge pull request #5100 from google/rachel-fenichel-patch-2
Use pull request target trigger for tagging cleanup
This commit is contained in:
3
.github/workflows/tag_module_cleanup.yml
vendored
3
.github/workflows/tag_module_cleanup.yml
vendored
@@ -4,8 +4,9 @@
|
||||
name: Tag module cleanup
|
||||
|
||||
# Trigger on pull requests against goog_module branch only
|
||||
# Uses pull_request_target to get write permissions so that it can write labels.
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- goog_module
|
||||
|
||||
|
||||
Reference in New Issue
Block a user