Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoms committed Nov 21, 2024
1 parent b9f389d commit d582b2d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ on:
branches: ["main"]
paths:
- '.github/workflows/build.yml'
paths-ignore:
- '**/*.md'
- '.github/workflows/**'
- !'**/*.md'
- !'.github/workflows/**'
pull_request:
branches: ["main"]
paths:
- '.github/workflows/build.yml'
paths-ignore:
- '**/*.md'
- '.github/workflows/**'
- !'**/*.md'
- !'.github/workflows/**'

permissions:
contents: read
Expand Down

0 comments on commit d582b2d

Please sign in to comment.