diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3ac93d3..8c116134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: Build and Test on: pull_request: merge_group: + workflow_dispatch: jobs: test: diff --git a/.gitignore b/.gitignore index 546c1d83..a1afcd54 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,9 @@ typings/ # clj-kondo cache .cache +# IDEs +.idea + # default output report super-linter.report