Skip to content

Commit 270eda9

Browse files
Update Check-PRsource.yml
1 parent b5c297d commit 270eda9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/Check-PRsource.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check branches
14-
if: ${{ ! contains(['ExtremeFiretop', 'Martinski4Github', 'github-actions[bot]'], github.event.pull_request.user.login) }}
1514
run: |
1615
if [ ${{ github.head_ref }} != "dev" ] && [ ${{ github.base_ref }} == "main" ]; then
1716
echo "Merge requests to main branch are only allowed from dev branch."

0 commit comments

Comments
 (0)