Skip to content

Commit

Permalink
Ignore changes on markdown files in pipeline triggers (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
sschu authored Jan 13, 2025
1 parent 36386ef commit 82b520f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ name: "CodeQL"
on:
push:
branches: [ main ]
paths-ignore:
- '**/*.md'
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore:
- '**/*.md'
schedule:
- cron: '15 11 * * 0'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'

permissions:
contents: write
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'

jobs:
verify:
Expand Down

0 comments on commit 82b520f

Please sign in to comment.