fix workflow names
This commit is contained in:
parent
3893a6bd09
commit
789c569d22
1 changed files with 2 additions and 2 deletions
4
.github/workflows/on-pull-request.yml
vendored
4
.github/workflows/on-pull-request.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: On push
|
||||
name: On pull request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -16,7 +16,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build_container_image:
|
||||
name: Build and push Docker image
|
||||
name: Build Docker image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Reference in a new issue