Skip to content

Commit

Permalink
Ignore and include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightbridge-KS committed Aug 1, 2024
1 parent 55b95f0 commit 47a55d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/netlify_app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and Deploy App to Netlify
on:
push:
branches: main
paths-ignore:
- 'docs/**'
pull_request:
jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/netlify_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
workflow_dispatch:
push:
branches: main
paths:
- 'docs/**'

name: Quarto Publish User Docs
jobs:
Expand All @@ -13,7 +15,7 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Change to docs directory
run: cd docs

Expand Down

0 comments on commit 47a55d9

Please sign in to comment.