Skip to content

Commit

Permalink
Fix ignored workflow logic
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Sep 19, 2023
1 parent 646cecd commit 557688e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/linux-32bit-build-and-test-ignored.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ name: Regression Linux i386
"on":
push:
branches:
- prerelease_test
- main
paths:
- '!**'
- '**.md'
- 'LICENSE*'
- NOTICE
pull_request:
paths:
- '!**'
- '**.md'
- 'LICENSE*'
- '**.yaml'
- NOTICE
jobs:
config:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-32bit-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: Regression Linux i386
pull_request:
paths-ignore:
- '**.md'
- '**.yaml'
- 'LICENSE*'
- NOTICE
jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/linux-build-and-test-ignored.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ name: Regression
"on":
push:
branches:
- prerelease_test
- main
paths:
- '!**'
- '**.md'
- 'LICENSE*'
- NOTICE
pull_request:
paths:
- '!**'
- '**.md'
- 'LICENSE*'
- NOTICE
Expand Down
Empty file added dummy
Empty file.

0 comments on commit 557688e

Please sign in to comment.