Skip to content

Commit 8351a25

Browse files
committed
Harden Forgejo CI against untrusted PRs
1 parent a8db50f commit 8351a25

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.forgejo/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: CI
33
on:
44
push:
55
branches: [main, dev, release/*, feature/*]
6-
pull_request:
7-
branches: [main, dev, release/*]
6+
workflow_dispatch:
87

98
env:
109
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)