From 26926a4a6ad8152d5168a25ce9f0c9b58e5d1c30 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sun, 13 Oct 2024 22:45:21 -0400 Subject: [PATCH] ci: run on tags v* and not on cron or dispatch --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 275db0582..55136be73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,12 +5,10 @@ name: CI on: - workflow_dispatch: - inputs: - version: - description: Deskflow version number push: branches: [ master ] + tags: + - 'v*' pull_request: types: - opened @@ -24,8 +22,6 @@ on: - '.gitignore' - '.gitattributes' - 'cspell.json' - schedule: - - cron: "0 5 * * *" # 5am UTC env: GIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}