Skip to content

Commit

Permalink
Merge pull request #134 from cvanaret/ci_ignore_paths
Browse files Browse the repository at this point in the history
[CI] added ingored paths to push requests as well
  • Loading branch information
cvanaret authored Dec 11, 2024
2 parents f0fb92a + de6e138 commit ec76b3a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
- 'uno_ampl-completion.bash'
pull_request:
branches: [ "main" ]
paths-ignore:
- '*.md'
- 'LICENSE'
- '*.cff'
- '*.options'
- 'uno_ampl-completion.bash'

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
- 'uno_ampl-completion.bash'
pull_request:
branches: [ "main" ]
paths-ignore:
- '*.md'
- 'LICENSE'
- '*.cff'
- '*.options'
- 'uno_ampl-completion.bash'

jobs:
build:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/julia-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ on:
- '*.options'
- 'uno_ampl-completion.bash'
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
branches: [main]
paths-ignore:
- '*.md'
- 'LICENSE'
- '*.cff'
- '*.options'
- 'uno_ampl-completion.bash'

# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
actions: write
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/unit-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
- 'uno_ampl-completion.bash'
pull_request:
branches: [ "main" ]
paths-ignore:
- '*.md'
- 'LICENSE'
- '*.cff'
- '*.options'
- 'uno_ampl-completion.bash'

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit ec76b3a

Please sign in to comment.