Skip to content

Commit

Permalink
exclude building docs on every commit (#3817)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored May 12, 2023
1 parent e295fae commit 886d9a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'


jobs:
api:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- release-**
paths-ignore:
- 'docs/**'

jobs:
api:
Expand Down

0 comments on commit 886d9a3

Please sign in to comment.