Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/zunit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: 🛡️ ZUnit

# `pull_request', not `pull_request_target'. Under pull_request_target a bare
# actions/checkout resolves to the base branch, so every run tested `main' and
# reported its test count no matter what the pull request changed. This job needs
# no secrets and no write token, so the plain trigger is both correct and safer.

on:
workflow_dispatch:
push:
branches: [main]
pull_request_target:
pull_request:
branches: [main]
Comment on lines +12 to 13

jobs:
Expand Down