Skip to content

Commit

Permalink
Don't run tests on production
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcamilleri committed Jul 5, 2020
1 parent 5622a46 commit de28d76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run tests
on: [push]
on:
push:
branches-ignore:
- production
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit de28d76

Please sign in to comment.