Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
disable ci for readme only updates
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Mar 4, 2024
1 parent b8f064e commit 4b48550
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/examples-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: 'Examples: Console'

on:
push:
paths-ignore:
- 'README.md'
branches:
- main
pull_request:
paths-ignore:
- 'README.md'

jobs:

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: SDK

on:
push:
paths-ignore:
- 'README.md'
branches:
- main
pull_request:
paths-ignore:
- 'README.md'

jobs:

Expand Down

0 comments on commit 4b48550

Please sign in to comment.