chore: give GitHub job a name
This commit is contained in:
parent
10641ccbd7
commit
6154a75017
1
.github/workflows/build_and_publish.yml
vendored
1
.github/workflows/build_and_publish.yml
vendored
@ -2,6 +2,7 @@ name: Build and Publish
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build_and_publish:
|
||||
name: Build and Publish (on release)
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user