Skip to content

Commit

Permalink
feat(workflows): ignore changes in images readme
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Apr 13, 2024
1 parent aa6c9b8 commit 46be89c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-adguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches:
- main
paths:
- adguard-home/**
- .github/workflows/build-adguard.yml
- 'adguard-home/**'
- '!adguard-home/README.md'
- '.github/workflows/build-adguard.yml'
workflow_dispatch:
jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-ferretdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches:
- main
paths:
- ferretdb/**
- .github/workflows/build-ferretdb.yml
- 'ferretdb/**'
- '!ferretdb/README.md'
- '.github/workflows/build-ferretdb.yml'
workflow_dispatch:
jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-navidrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches:
- main
paths:
- navidrome/**
- .github/workflows/build-navidrome.yml
- 'ferretdb/**'
- '!ferretdb/README.md'
- '.github/workflows/build-ferretdb.yml'
workflow_dispatch:
jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-pgbouncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches:
- main
paths:
- pgbouncer/**
- .github/workflows/build-pgbouncer.yml
- 'ferretdb/**'
- '!ferretdb/README.md'
- '.github/workflows/build-ferretdb.yml'
workflow_dispatch:
jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches:
- main
paths:
- postgresql/**
- .github/workflows/build-postgresql.yml
- 'postgresql/**'
- '!postgresql/README.md'
- '.github/workflows/build-postgresql.yml'
workflow_dispatch:
jobs:
build:
Expand Down

0 comments on commit 46be89c

Please sign in to comment.