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 bae6cce commit d55c4af
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ name: build

on:
push:
branches: [ "main" ]
branches: ["main"]
paths:
- '.github/workflows/build.yml'
paths-ignore:
- '**/*.md'
- '.github/workflows/**'
pull_request:
branches: [ "main" ]
branches: ["main"]
paths:
- '.github/workflows/build.yml'
paths-ignore:
- '**/*.md'
- '.github/workflows/**'

permissions:
contents: read
Expand Down

0 comments on commit d55c4af

Please sign in to comment.