Skip to content

Commit 7eff21e

Browse files
committed
Change GH actions to run only on pull_requests
1 parent 6b2fba5 commit 7eff21e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Django CI
22

3-
on:
4-
[pull_request, pull_request_target]
3+
on: pull_request
54

65
jobs:
76
build:

0 commit comments

Comments
 (0)