From a93abaed08d2b715a069f06c090c8bb98de1be24 Mon Sep 17 00:00:00 2001 From: az33zy <10743275+az33zy@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:01:32 +0500 Subject: [PATCH] update ci action (#8) --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9585f9..2604ac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,11 @@ name: CI on: push: - branches: - - "**" - - "!main" + branches: [main] pull_request: - branches: - - "**" - - "!main" + +permissions: + contents: read jobs: test: