Skip to content

Commit

Permalink
Skip CI for a couple of files
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jun 22, 2023
1 parent 4c461ed commit 9fcf402
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -3,8 +3,24 @@ name: CI
on:
push:
branches: [main]
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'
- 'examples/**'
- '**.md'
- .gitignore
- .prettierignore
- .release-it.json
pull_request:
branches: [main]
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'
- 'examples/**'
- '**.md'
- .gitignore
- .prettierignore
- .release-it.json
schedule:
- cron: '0 0 1 * *' # Every month

Expand Down

0 comments on commit 9fcf402

Please sign in to comment.