Skip to content

Commit b3f5177

Browse files
authored
Fix comment missing another comment back case.
1 parent 25e1f4c commit b3f5177

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/entropy-beauty-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Entropy Beauty + TruffleHog Scan
22

3-
on: [push, release, pull_request_target]
3+
on: [push, release, pull_request, pull_request_target]
44

55
permissions:
66
contents: read
@@ -73,7 +73,7 @@ jobs:
7373
});
7474
# ── Create issue on push ONLY if suspicious (entropy outside 4.3–4.7) ──
7575
- name: Create issue on suspicious push
76-
if: github.event_name == 'push' && github.event_name != 'pull_request' && github.event_name != 'pull_request_target'
76+
if: github.event_name == 'push' || github.event_name == 'release'
7777
uses: actions/github-script@v7
7878
with:
7979
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)