Skip to content

Commit

Permalink
Fixed GH CI actions to ignore docs folder and fixed build-deploy to r…
Browse files Browse the repository at this point in the history
…un on 'main'

Signed-off-by: Eric Richer [email protected] <[email protected]>
  • Loading branch information
visto9259 committed Nov 26, 2024
1 parent f484e22 commit 6df8eb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: "Continuous Integration"

on:
pull_request:
paths-ignore:
- 'docs/**'
push:
paths-ignore:
- 'docs/**'
branches:
tags:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults:
on:
push:
branches:
- 'master'
- 'main'
paths:
- 'docs/**'
workflow_dispatch:
Expand Down

0 comments on commit 6df8eb3

Please sign in to comment.