Skip to content

Commit cc29721

Browse files
authored
Merge pull request #2405 from rails-api/trigger-workflow-on-PR
Trigger github actions workflow on pull request
2 parents 60ba54a + 1f3a4dd commit cc29721

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)