Skip to content

Commit

Permalink
add decent name to action config
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Sep 1, 2024
1 parent 5af5ef8 commit 97ef6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
name: doc
name: Build docs
on:
pull_request:
branches:
- master
paths:
- 'docs/**'
- '.github/workflows/doc.yml'
push:
branches:
- master
paths:
- 'docs/**'
- '.github/workflows/doc.yml'

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Build Docker Image

on:
push:
Expand Down

0 comments on commit 97ef6a6

Please sign in to comment.