Skip to content

Commit

Permalink
ci: run on push to master (#224)
Browse files Browse the repository at this point in the history
* run ci on push to master

* remove extra name
  • Loading branch information
tac0turtle authored Mar 18, 2020
1 parent 95eaa90 commit 4e076fa
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
@@ -1,5 +1,9 @@
name: Test
on: [pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e076fa

Please sign in to comment.