Skip to content

Commit

Permalink
Only run on changes to spec files and rpmlint action
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 20, 2023
1 parent a364e65 commit 48bbc05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rpmlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '**.txt'
paths:
- '**.spec'
- '.github/workflows/rpmlint.yml'
push:
branches:
- main
paths-ignore:
- '**.md'
- '**.txt'
paths:
- '**.spec'
- '.github/workflows/rpmlint.yml'
merge_group:
workflow_dispatch:

Expand Down

0 comments on commit 48bbc05

Please sign in to comment.