Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Mar 20, 2023
1 parent afe125a commit 4e8a6c7
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ name: integration-tests
on:
workflow_dispatch:
push:
# branches: [main]
# paths-ignore:
# [
# "abstractions/**",
# "authentication/**",
# "serialization/**",
# "http/**",
# "**.md",
# ".vscode/**",
# "**.svg",
# ]
# pull_request:
# paths-ignore:
# [
# "abstractions/**",
# "authentication/**",
# "serialization/**",
# "http/**",
# "**.md",
# ".vscode/**",
# "**.svg",
# ]
branches: [main]
paths-ignore:
[
"abstractions/**",
"authentication/**",
"serialization/**",
"http/**",
"**.md",
".vscode/**",
"**.svg",
]
pull_request:
paths-ignore:
[
"abstractions/**",
"authentication/**",
"serialization/**",
"http/**",
"**.md",
".vscode/**",
"**.svg",
]

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
Expand Down

0 comments on commit 4e8a6c7

Please sign in to comment.