Skip to content

Commit

Permalink
Adds path filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Jul 13, 2023
1 parent 585138e commit e6baa7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches:
- master
paths:
- 'doc/**'

pull_request:
branches:
- master
paths:
- 'doc/**'

workflow_dispatch:

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches:
- master
paths:
- 'CIME/**'

pull_request:
branches:
- master
paths:
- 'CIME/**'

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit e6baa7c

Please sign in to comment.