diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 6dced0f..50c74ab 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -1,8 +1,19 @@ name: CI on: -- push -- pull_request + push: + paths: + - '.github/**' + - 'src/**' + - 'tests/**' + - 'composer.lock' + pull_request: + paths: + - '.github/**' + - 'src/**' + - 'tests/**' + - 'composer.lock' + workflow_dispatch: jobs: run: