From 4aece79a3c897416d16310b4f4e613ccd48b424e Mon Sep 17 00:00:00 2001 From: Ibraheem Tuffaha Date: Wed, 9 Aug 2023 10:01:57 +0300 Subject: [PATCH] Change formatter action to run on push --- .github/workflows/formatter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index 9ac8919..6522fcd 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -1,6 +1,8 @@ name: Formatter on: + push: + branches: [main] pull_request: branches: [main]