Skip to content

Commit

Permalink
Ignore changes in docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Apr 6, 2024
1 parent 0af9d73 commit 961cff4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: build
on:
push:
paths-ignore:
- "documentation"
workflow_dispatch:
inputs:
version_type:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

name: build pull request
on: [ pull_request ]
on:
pull_request:
paths-ignore:
- "documentation"

jobs:
build:
Expand Down

0 comments on commit 961cff4

Please sign in to comment.