Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Dec 20, 2024
1 parent 4be5c3b commit 9c089b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/autocounterd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- "master"
paths:
- misc/autocounterd
- misc/loop
- .github/workflows/autocounterd.yml

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
pull_request:
paths:
- "docs/**"

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tm2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- master
pull_request:
paths:
- go.mod
- go.sum
- tm2/**
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9c089b8

Please sign in to comment.