Sfoglia il codice sorgente

Update greetings.yml (#7965)

modifyDataloader
Glenn Jocher GitHub 2 anni fa
parent
commit
5d6fbb1e25
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      .github/workflows/greetings.yml

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

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

name: Greetings

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

jobs:
greeting:

Loading…
Annulla
Salva