Skip to content

Commit 1f3a4dd

Browse files
committed
Trigger github actions workflow on pull request
default activity types: [opened, synchronize, reopened] doc: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#pull_request
1 parent 60ba54a commit 1f3a4dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
name: CI
44

5-
on:
6-
- "push"
5+
on: [push, pull_request]
76

87
jobs:
98
test:

0 commit comments

Comments
 (0)