Skip to content

Commit

Permalink
Ignore blog content deployish workflows when the auth folder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahl committed Aug 15, 2024
1 parent f9c397c commit 1801342
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- opened
- synchronize
- reopened
paths-ignore:
- 'auth/**'
jobs:
build-preview:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_image_sizes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
types:
- opened
- synchronize
paths-ignore:
- 'auth/**'
jobs:
check-image-sizes:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/delete_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
types:
- closed
paths-ignore:
- 'auth/**'
jobs:
delete-preview:
if: github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.user.login != 'dependabot[bot]'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths-ignore:
- 'auth/**'
jobs:
update-site:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1801342

Please sign in to comment.