Skip to content

Commit

Permalink
Disable docs-only PRs filters for the time being #1063 (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavulescu committed Apr 13, 2021
1 parent 9537ba5 commit 160c8ea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/neuron-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ on:
branches:
- master
- release/**
paths-ignore:
- '**.md'
- '**.rst'
- 'docs/**'
# TODO : https://github.com/neuronsimulator/nrn/issues/1063
# paths-ignore:
# - '**.md'
# - '**.rst'
# - 'docs/**'

env:
BUILD_TYPE: Release
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
branches:
- master
- release/**
paths-ignore:
- '**.md'
- '**.rst'
- 'docs/**'
# TODO : https://github.com/neuronsimulator/nrn/issues/1063
# paths-ignore:
# - '**.md'
# - '**.rst'
# - 'docs/**'
env:
MSYS2_ROOT: C:\msys64

Expand Down
9 changes: 5 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ schedules:
# Auto cancel old PR builds
pr:
autoCancel: true
paths:
exclude:
- docs
- README.md
# TODO : https://github.com/neuronsimulator/nrn/issues/1063
# paths:
# exclude:
# - docs
# - README.md

# Trigger build for certain branches only
trigger:
Expand Down

0 comments on commit 160c8ea

Please sign in to comment.