Skip to content

Commit

Permalink
no ci on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jul 30, 2024
1 parent 9654378 commit 8ffd81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches-ignore:
- 'main'
- 'doc'
- 'docs'
paths-ignore:
- 'doc/**'
- '.github/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: jGL unit tests

on:
push:
branches-ignore: 'doc'
branches-ignore: 'docs'
paths-ignore:
- 'doc/**'
- '.github/**'
Expand Down

0 comments on commit 8ffd81b

Please sign in to comment.