Skip to content

Commit

Permalink
ignore ci.yml on changes to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Feb 8, 2024
1 parent fa85b1f commit 864e6f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ on:
push:
paths-ignore:
- '**.md'
- '.github/workflows/release.yml'
- '.gitignore'
pull_request:
branches:
- main
- develop
paths-ignore:
- '**.md'
- '.github/workflows/release.yml'
- '.gitignore'
jobs:
lint:
name: Lint
Expand Down

0 comments on commit 864e6f3

Please sign in to comment.