Add more metadata to build action
This commit is contained in:
parent
f119e4b4a2
commit
f69b42034f
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
---
|
||||
on: [push, pull_request]
|
||||
|
||||
name: Build
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue