From ab53d3cc1a628f0dd50a8a54232963a75cda5b28 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 1 Jan 2025 23:47:12 -0800 Subject: [PATCH] ci: update workflow triggers Signed-off-by: Robin H. Johnson --- .github/workflows/generate_images.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate_images.yml b/.github/workflows/generate_images.yml index 5b948bc..ee5e029 100644 --- a/.github/workflows/generate_images.yml +++ b/.github/workflows/generate_images.yml @@ -1,5 +1,14 @@ name: Generate prebuilt images -on: [push, pull_request] +on: + pull_request: + branches: + - master + push: + branches: + - master + tags: + - 'v*' + workflow_dispatch: jobs: buildroot: