Skip to content

Commit

Permalink
Merge pull request #41 from LemurPwned/docs-updates
Browse files Browse the repository at this point in the history
updating workflows to ignore doc changes
  • Loading branch information
LemurPwned authored Nov 19, 2023
2 parents 1dec849 + 7f8eb3a commit 32d50ed
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 65 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ name: Docker Image CI
on:
push:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- 'docs/**'
- 'examples/**'
- LICENSE
- mkdocs.yml

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: Python Package Publication

# Controls when the action will run.
on:
pull_request:
types: [closed]
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,20 @@ name: Test Python bindings
on:
push:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- 'docs/**'
- 'examples/**'
- LICENSE
- mkdocs.yml
pull_request:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- 'docs/**'
- 'examples/**'
- LICENSE
- mkdocs.yml
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 32d50ed

Please sign in to comment.