Skip to content

Commit

Permalink
Updated path ignore for push and pull requests (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Mar 19, 2024
1 parent e43d80c commit c16e1dd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ on:
push:
paths-ignore:
- 'website/**'
- '*.md'
- '**/*.md'
- '.github'
- '.azure'
branches:
- main
pull_request:
paths-ignore:
- 'website/**'
- '**/*.md'
- '.github'
- '.azure'
branches:
- main

Expand Down

0 comments on commit c16e1dd

Please sign in to comment.