Skip to content

Commit

Permalink
[BUGFIX] Do not run tests twice (#80)
Browse files Browse the repository at this point in the history
Tests are no longer run twice if feature branch opened in this
repo (by push and pull being executed).

resolves #79
  • Loading branch information
sypets committed Aug 24, 2021
1 parent 22fdefd commit 3a3ccbf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@

name: CI

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:

Expand Down

0 comments on commit 3a3ccbf

Please sign in to comment.