Skip to content

Commit

Permalink
Don't run tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Sep 16, 2021
1 parent a174bc4 commit eca9aab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
jobs:
run-tests:
strategy:
Expand Down

0 comments on commit eca9aab

Please sign in to comment.