Skip to content

Commit

Permalink
test why is syntax bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Dec 17, 2024
1 parent 3c06723 commit 244dfe7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ on:
paths:
- "**"
- "!.github/**"
- "!matlab/**"
- ".github/workflows/Ubuntu.yml"
# Pull requests to main, that do not only modify other workflow files
pull_request:
branches:
- 'master'
- 'main'
paths:
- "**"
- "!.github/**"
- ".github/workflows/Ubuntu.yml"
- "!matlab/**"
- ".github/workflows/Windows.yml"
# Allow manual invocation.
workflow_dispatch:

Expand Down

0 comments on commit 244dfe7

Please sign in to comment.