mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Limit dispatch triggers
This commit is contained in:
4
.github/workflows/new-release-branch.yaml
vendored
4
.github/workflows/new-release-branch.yaml
vendored
@@ -1,6 +1,8 @@
|
||||
name: New Release Branch
|
||||
|
||||
on: repository_dispatch
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: new-release-branch
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user