mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-02-23 02:55:43 -05:00
build: renamed pull request workflow
This commit is contained in:
parent
c63bc05d8b
commit
22bec0c537
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
name: "Pull Request Check"
|
||||
name: "pull request check"
|
||||
|
||||
on: pull_request
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue