Skip to content

Commit 90a7fe3

Browse files
committed
CI: remove pull_request_target event
1 parent e230802 commit 90a7fe3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Test
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
pull_request_target:
9-
branches:
10-
- master
3+
on: [push, pull_request]
114

125
env:
136
NOKOGIRI_USE_SYSTEM_LIBRARIES: true

0 commit comments

Comments
 (0)