From 4566507510961651a97147387e1d20467186697c Mon Sep 17 00:00:00 2001 From: Gustl22 Date: Mon, 21 Aug 2023 03:22:01 +0200 Subject: [PATCH] Allow dispatch workflow --- .github/workflows/ci.yml | 1 + .gitignore | 3 +++ 2 files changed, 4 insertions(+) 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