Skip to content

Commit

Permalink
CI: do not trigger Julia tests if basic text files (markdown, LICENSE…
Browse files Browse the repository at this point in the history
…, etc) are modified
  • Loading branch information
cvanaret authored Oct 29, 2024
1 parent 2a51d6a commit 7e456cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/julia-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: CI
on:
push:
branches: [main]
paths-ignore:
- '*.md'
- 'LICENSE'
- '*.cff'
- '*.options'
- 'uno_ampl-completion.bash'
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
# needed to allow julia-actions/cache to delete old caches that it has created
Expand Down

0 comments on commit 7e456cc

Please sign in to comment.