Skip to content

Commit

Permalink
Merge pull request #3318 from JuliaReach/schillic/ci
Browse files Browse the repository at this point in the history
Update CI scripts
  • Loading branch information
schillic authored Apr 30, 2023
2 parents b955043 + 6ed70e4 commit 93577b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- master
tags: '*'
pull_request:
paths-ignore:
- 'LICENSE'
- 'README.md'

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Invalidations

on:
pull_request:
paths-ignore:
- 'LICENSE'
- 'README.md'

concurrency:
# Skip intermediate builds: always.
Expand Down

0 comments on commit 93577b3

Please sign in to comment.