Skip to content

Commit

Permalink
Added manual trigger to the GH Pages workflow
Browse files Browse the repository at this point in the history
Changed testing workflows to ignore docs/* path
  • Loading branch information
rafaljanicki committed Oct 27, 2023
1 parent d55f80f commit af87d54
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy documentation to Pages

on:
workflow_dispatch:
release:
types: [created]

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

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo34-py35+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo34-py35+
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo35-py27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo35-py27
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo35-py35+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo35-py35+
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo40-py27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo40-py27
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo40-py35+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo40-py35+
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo41-py27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo41-py27
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo41-py35+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo41-py35+
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo42-py27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo42-py27
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo42-py35+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo42-py35+
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo43-py27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo43-py27
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo43-py35+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo43-py35+
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo44-py27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo44-py27
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-neo44-py35+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: test-neo44-py35+
on:
push:
branches: [ master ]
paths-ignore: ['docs/**']
pull_request:
branches: [ master ]
paths-ignore: ['docs/**']

jobs:
test:
Expand Down

0 comments on commit af87d54

Please sign in to comment.