Skip to content

Commit

Permalink
fix: run checks on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lee committed Apr 28, 2022
1 parent 2ef16e4 commit c910023
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- develop
pull_request:
branches:
- develop
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
Expand Down Expand Up @@ -44,6 +47,6 @@ jobs:
mix dialyzer --plt
- name: Run dialyzer
run: mix dialyzer --no-check
- uses: superfly/flyctl-actions@1.1
with:
args: "-c deploy/fly/staging.toml deploy"
# - uses: superfly/flyctl-actions@1.1
# with:
# args: "-c deploy/fly/staging.toml deploy"

0 comments on commit c910023

Please sign in to comment.