Skip to content

Commit

Permalink
run tests on push too
Browse files Browse the repository at this point in the history
  • Loading branch information
maradotwebp committed Jul 19, 2021
1 parent 8c6b359 commit b75962d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr.yml → .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: pr
name: check

on: pull_request
on: [push, pull_request]

env:
APP_NAME: 'pax'
NIM_VERSION: 'stable'

jobs:
Expand Down

0 comments on commit b75962d

Please sign in to comment.