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 d582b2d commit 675e11f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
branches: ["main"]
paths:
- '.github/workflows/build.yml'
- !'**/*.md'
- !'.github/workflows/**'
- '!**/*.md'
- '!.github/workflows/**'
pull_request:
branches: ["main"]
paths:
- '.github/workflows/build.yml'
- !'**/*.md'
- !'.github/workflows/**'
- '!**/*.md'
- '!.github/workflows/**'

permissions:
contents: read
Expand Down

0 comments on commit 675e11f

Please sign in to comment.