Skip to content

Commit

Permalink
Merge pull request #207 from c0nst4ntin/ensure-ci-runs-on-pullrequests
Browse files Browse the repository at this point in the history
feat (ci): ensure that ci also runs on pullrequests
  • Loading branch information
c0nst4ntin authored Nov 5, 2024
2 parents b3a3e89 + f2b8c89 commit 38dd94c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[.travis.yml]
indent_size = 2
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/composer.lock export-ignore
/phpcs.xml export-ignore
/phpdoc.xml export-ignore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ci

on: push
on: [push, pull_request]

jobs:
suite:
Expand Down
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

0 comments on commit 38dd94c

Please sign in to comment.