From 0f93e42f533e4755507b5567701ac7953f2a9af8 Mon Sep 17 00:00:00 2001 From: Tim Schindler Date: Sun, 19 Jun 2022 22:26:11 +0200 Subject: [PATCH] change trigger to only on published release --- .github/workflows/blank.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 21a02fb..2c1463a 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -5,10 +5,8 @@ name: CI # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "main" branch - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + release: + types: [published] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: