From 735c8683724ec424db60c082a08030fb6e9e5641 Mon Sep 17 00:00:00 2001 From: AzulGarza Date: Tue, 27 May 2025 14:31:50 -0700 Subject: [PATCH] feat: run gh actions pushing on main --- .github/workflows/ci.yaml | 2 ++ .github/workflows/lint.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ec35b7..c93ed05 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,8 @@ name: CI on: + push: + branches: [main] pull_request: workflow_dispatch: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4e7418a..fde6abe 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,6 +1,8 @@ name: lint and style checks on: + push: + branches: [main] pull_request: workflow_dispatch: