Skip to content

Commit

Permalink
Merge pull request #260 from peek-travel/ci-run-on-pr
Browse files Browse the repository at this point in the history
Also run CI for pull requests
  • Loading branch information
bgroupe authored Jan 25, 2023
2 parents 4cff410 + eaa9438 commit faecd39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on: push
on:
- push
- pull_request

env:
MIX_ENV: test
Expand Down

0 comments on commit faecd39

Please sign in to comment.