From 64b5355ee5ffc1873907ef267e942adc34bb94ec Mon Sep 17 00:00:00 2001
From: Bruno Bachmann <bruno.bachmann@suse.com>
Date: Wed, 12 Jun 2024 11:16:26 -0700
Subject: [PATCH] Update triggers

---
 .github/workflows/pull-request.yaml | 2 +-
 .github/workflows/release.yaml      | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml
index 44f0779a..a558406b 100644
--- a/.github/workflows/pull-request.yaml
+++ b/.github/workflows/pull-request.yaml
@@ -2,8 +2,8 @@ name: CI on Pull Request
 
 # The jobs below will execute any time a PR is created.
 on: 
+  pull_request:
   push:
-    pull_request:
     branches:
       - 'master'
 
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 398999eb..ced4d992 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -1,7 +1,6 @@
 name: CI on Release Tag
 
-# The jobs below will execute any time a tag is pushed to any branch in the repo
-# and when master is updated.
+# The jobs below will execute any time a tag is pushed to any branch in the repo.
 on:
   push:
     tags:
-- 
GitLab