Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rsokl/MyGrad into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Jan 1, 2021
2 parents 101bded + a537cd9 commit 9a9b6f6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/tox_run.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: Tests

on: [push]
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
test:
Expand Down

0 comments on commit 9a9b6f6

Please sign in to comment.