From 6d019b0e6f25d986dde4d92b73b9997415b656e2 Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Mon, 20 May 2024 09:05:05 +1000 Subject: [PATCH] ci: Update GitHub action configurations and workflows - Update GitHub action configuration to exclude specific paths in push event - Improve workflow efficiency by removing unnecessary triggers and paths from the GitHub action configuration --- .github/workflows/version.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index aa9ec67..4d04209 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -4,11 +4,6 @@ on: push: branches: - main - paths-ignore: - - 'docs/**' - - '*.md' - - LICENSE - - '.github/**' permissions: write-all