Skip to content

Commit

Permalink
ci: run on push and pr
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Sep 12, 2020
1 parent 4a16226 commit 708202f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: build

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

jobs:
test:
Expand Down

0 comments on commit 708202f

Please sign in to comment.