Skip to content

Commit

Permalink
Testing workflow edits
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfordham committed Nov 26, 2024
1 parent 5e82eba commit db08d62
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@ name: Generate Code Coverage report and upload to codecov.io
on:
pull_request:
branches: [ "main" ]
paths:
- "pysyncon/**"
- "tests/**"
push:
branches: [ "main" ]
paths:
- "pysyncon/**"
- "tests/**"

permissions:
contents: read
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Build html using Sphinx and upload to Github-pages
on:
push:
branches: [ "main" ]
paths:
- "pysyncon/**"
- "doc/**"

permissions:
contents: read
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Run unittests
on:
pull_request:
branches: [ "main" ]
paths:
- "pysyncon/**"
- "tests/**"

permissions:
contents: read
Expand Down

0 comments on commit db08d62

Please sign in to comment.