Skip to content

Commit

Permalink
actions activate!
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 22, 2019
1 parent f923a38 commit c8f9758
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: continuous integration tests
on: [push, pull_request]
name: "continuous integration"
on:
push:
branches:
- latest
- "release-*"
pull_request:

jobs:
test:
strategy:
Expand Down

0 comments on commit c8f9758

Please sign in to comment.