diff --git a/.github/workflows/auth-service-ci.yml b/.github/workflows/auth-service-ci.yml index 36749d8..a7bc90e 100644 --- a/.github/workflows/auth-service-ci.yml +++ b/.github/workflows/auth-service-ci.yml @@ -3,10 +3,6 @@ on: push: paths: - "auth-service/**" - pull_request: - paths: - - "auth-service/**" - jobs: lint: uses: ./.github/workflows/go_lint.yml diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 5ef7000..ebee273 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -3,9 +3,6 @@ on: push: paths: - "backend/**" - pull_request: - paths: - - "backend/**" jobs: lint: uses: ./.github/workflows/go_lint.yml diff --git a/.github/workflows/frontend-ci.yml b/.github/workflows/frontend-ci.yml index 6ca1c52..209ae60 100644 --- a/.github/workflows/frontend-ci.yml +++ b/.github/workflows/frontend-ci.yml @@ -3,10 +3,6 @@ on: push: paths: - "frontend/**" - pull_request: - paths: - - "frontend/**" - jobs: lint: uses: ./.github/workflows/svelte_lint.yml