Skip to content

Commit b268e84

Browse files
Merge pull request #29 from clj-codes/ci/release-ignore-docs
ci: release ignore docs changes
2 parents 2b2ca7a + 366c72a commit b268e84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/flyio-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# Triggers the workflow on push or pull request events but only for the main branch
66
push:
77
branches: [ main ]
8+
paths-ignore:
9+
- 'README.md'
10+
- 'docs/**'
811

912
# Allows you to run this workflow manually from the Actions tab
1013
workflow_dispatch:

0 commit comments

Comments
 (0)