Skip to content

Commit

Permalink
Merge pull request #192 from ElSnoMan/ignore-docs-on-push
Browse files Browse the repository at this point in the history
Ignore Docs-only pushes
  • Loading branch information
ElSnoMan authored Apr 21, 2021
2 parents a6f9a9a + c647b03 commit 7b04f88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ name: Build and Test Pylenium
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'

jobs:
build:
Expand Down

0 comments on commit 7b04f88

Please sign in to comment.