Skip to content

Commit

Permalink
avoid building when only working on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Oct 13, 2023
1 parent fe7d908 commit 4387e68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ name: "azqr-build"
on:
workflow_dispatch:
push:
paths-ignore:
- docs/**
branches:
- main
- release-*
tags:
- v*
pull_request:
paths-ignore:
- docs/**
branches:
- main
- release-*
Expand Down

0 comments on commit 4387e68

Please sign in to comment.