Skip to content

Commit

Permalink
Fiddle paths:.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed May 26, 2023
1 parent e96c494 commit 135298e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ on:
branches:
- master
- release/**
paths-ignore:
- '**.md'
- '**.rst'
- 'doc/**'
paths:
- '**'
- '.github/workflows'
- '!**.md'
- '!**.rst'
- '!doc/**'

env:
HOMEBREW_NO_AUTO_UPDATE: 1 # for reproducibility, dont autoupdate
Expand Down

0 comments on commit 135298e

Please sign in to comment.