mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Add name to PR test workflow
This commit is contained in:
parent
1318dc37ba
commit
2f21207c8d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pull-request-test.yml
vendored
2
.github/workflows/pull-request-test.yml
vendored
|
|
@ -1,3 +1,5 @@
|
|||
name: Pull Request Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: main
|
||||
|
|
|
|||
Loading…
Reference in a new issue