diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 93088aef7..713a0b168 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -5,12 +5,12 @@ on: branches: - master paths: - - '**' + - "**" pull_request: branches: - master paths: - - '**' + - "**" concurrency: # Skip intermediate builds: always. # Cancel intermediate builds: only if it is a pull request build.