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 a604018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on:
push:
paths-ignore:
- '**.md'
- '.github/workflows/release.yml'
pull_request:
branches:
- main
- develop
paths-ignore:
- '**.md'
- '.github/workflows/release.yml'
jobs:
lint:
name: Lint
Expand Down

0 comments on commit a604018

Please sign in to comment.