Skip to content

Commit

Permalink
Merge pull request #1419 from btat/ci-ignore-readme
Browse files Browse the repository at this point in the history
Update workflow conditions
  • Loading branch information
btat authored Aug 1, 2024
2 parents 28617e4 + 7370fef commit bb75ae1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- '**/README.md'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Test deployment

on:
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'

jobs:
test-deploy:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
# It uses Vale (https://vale.sh/docs/vale-cli/installation/) to provide feedback base off the SUSE Style Guide / OpenSUSE style rules (https://github.com/openSUSE/suse-vale-styleguide)

name: Style check
on: [pull_request]
on:
pull_request:
paths-ignore:
- '**/README.md'

jobs:
vale-lint:
Expand Down

0 comments on commit bb75ae1

Please sign in to comment.