Skip to content

Commit

Permalink
Ignore .md and .txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Dec 30, 2024
1 parent d0ad74e commit b0c11da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: Continuous Integration

on:
push:
branches: [main]
branches: [ "main" ]
pull_request:
branches: [main]
branches: [ "main" ]
paths-ignore:
- '**/*.md'
- '**/*.txt'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dependency Review

on:
pull_request:
types: [opened]
branches: [ "main" ]

permissions:
contents: read
Expand Down

0 comments on commit b0c11da

Please sign in to comment.