Skip to content

Commit

Permalink
chore(actions): exclude docs for master builder
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Nov 15, 2024
1 parent 17c3a1c commit 313243c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
push:
branches: [ master ]
paths-ignore:
- 'docs/**'

permissions:
contents: read
Expand Down

0 comments on commit 313243c

Please sign in to comment.