Skip to content

Commit

Permalink
Merge branch 'master' into Hyperkid123-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 authored Jan 8, 2024
2 parents f5092fb + 0139176 commit 61d62a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ on:
pull_request:
branches:
- master
#types:
# [closed]
types:
- closed
jobs:
upload:
#if: |
# contains(github.event.pull_request.labels.*.name, 'release') ||
# contains(github.event.pull_request.labels.*.name, 'release minor')
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Check out repository code
Expand Down

0 comments on commit 61d62a6

Please sign in to comment.