Skip to content

Commit

Permalink
Merge pull request #29 from clj-codes/ci/release-ignore-docs
Browse files Browse the repository at this point in the history
ci: release ignore docs changes
  • Loading branch information
rafaeldelboni authored Mar 25, 2024
2 parents 2b2ca7a + 366c72a commit b268e84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flyio-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
paths-ignore:
- 'README.md'
- 'docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit b268e84

Please sign in to comment.