Skip to content

Commit

Permalink
Update when actions run
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Apr 16, 2020
1 parent ff38eaa commit 44db3ad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Tests
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

env:
CI: true

Expand Down

0 comments on commit 44db3ad

Please sign in to comment.