Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

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 23, 2023
1 parent 1f6b939 commit 2ed1301
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,22 @@ name: CI
on:
push:
branches: [main]
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'
- '**.md'
- .gitignore
- .release-it.json
- lefthook.yml
pull_request:
branches: [main]
paths-ignore:
- '.github/**'
- '!.github/workflows/ci.yml'
- '**.md'
- .gitignore
- .release-it.json
- lefthook.yml
schedule:
- cron: '0 0 1 * *' # Once a month
workflow_dispatch:
Expand Down

0 comments on commit 2ed1301

Please sign in to comment.