Skip to content

Commit

Permalink
👷 ignore updated documents on workflow (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
  • Loading branch information
SindreKjelsrud authored Feb 27, 2024
1 parent a7ee388 commit efdab5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'SECURITY.md'
- 'LICENCE'
- 'GUIDE.md'
- 'CONTRIBUTING.md'
- 'CODE_OF_CONDUCT.md'

jobs:
format-prettier:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'README.md'
- 'SECURITY.md'
- 'LICENCE'
- 'GUIDE.md'
- 'CONTRIBUTING.md'
- 'CODE_OF_CONDUCT.md'

jobs:
compile-themes:
Expand Down

0 comments on commit efdab5c

Please sign in to comment.