Skip to content

Commit 38dd94c

Browse files
authored
Merge pull request #207 from c0nst4ntin/ensure-ci-runs-on-pullrequests
feat (ci): ensure that ci also runs on pullrequests
2 parents b3a3e89 + f2b8c89 commit 38dd94c

File tree

4 files changed

+1
-29
lines changed

4 files changed

+1
-29
lines changed

.editorconfig

-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ trim_trailing_whitespace = true
1010

1111
[*.md]
1212
trim_trailing_whitespace = false
13-
14-
[.travis.yml]
15-
indent_size = 2

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/.editorconfig export-ignore
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
4-
/.travis.yml export-ignore
54
/composer.lock export-ignore
65
/phpcs.xml export-ignore
76
/phpdoc.xml export-ignore

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ci
22

3-
on: push
3+
on: [push, pull_request]
44

55
jobs:
66
suite:

.travis.yml

-24
This file was deleted.

0 commit comments

Comments
 (0)