From 33bd871a63c0fc8ade563764cff58647dfe5a882 Mon Sep 17 00:00:00 2001
From: DerLinkman <derlinkman@gmail.com>
Date: Thu, 6 Oct 2022 14:06:18 +0200
Subject: [PATCH] Corrected some PR Action Code

---
 .github/workflows/pr_to_nightly.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/pr_to_nightly.yml b/.github/workflows/pr_to_nightly.yml
index 719249d1..1ca385a8 100644
--- a/.github/workflows/pr_to_nightly.yml
+++ b/.github/workflows/pr_to_nightly.yml
@@ -12,7 +12,6 @@ jobs:
         with:
           fetch-depth: 0
       - name: Run the Action
-        if: startsWith(github.ref, 'refs/heads/feature')
         uses: devops-infra/action-pull-request@v0.5.0
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}