Skip to content

Commit

Permalink
chore: tweak cd to ignore release triggers on changes only within .gi…
Browse files Browse the repository at this point in the history
…thub or docs folders
  • Loading branch information
aorumbayev committed Feb 18, 2025
1 parent b4aedd4 commit d9560cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- "docs/**"
- ".github/**"
workflow_dispatch:
inputs:
production_release:
Expand Down

0 comments on commit d9560cd

Please sign in to comment.