Skip to content

Commit

Permalink
CI: do not trigger unit 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 7e456cc commit 1aecfe7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ name: Unit tests on Ubuntu
on:
push:
branches: [ "main" ]
paths-ignore:
- '*.md'
- 'LICENSE'
- '*.cff'
- '*.options'
- 'uno_ampl-completion.bash'
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 1aecfe7

Please sign in to comment.