Browse Source

Update greetings.yml (#7965)

modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
5d6fbb1e25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      .github/workflows/greetings.yml

+ 5
- 1
.github/workflows/greetings.yml View File

@@ -2,7 +2,11 @@

name: Greetings

on: [pull_request_target, issues]
on:
pull_request_target:
types: [opened]
issues:
types: [opened]

jobs:
greeting:

Loading…
Cancel
Save