Skip to content

Commit

Permalink
Added loop protection
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Oct 21, 2024
1 parent c28c6f1 commit e227d1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: .NET
on:
push:
branches: [ "master" ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Generate API Documentation
on:
push:
branches: [ "master" ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit e227d1a

Please sign in to comment.