Skip to content

Commit

Permalink
build: simplify test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
develohpanda committed Oct 9, 2020
1 parent 71341cf commit e26df56
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: Test
on:
push:
branches:
- master
pull_request:
types: [ assigned, opened, synchronize, reopened, labeled ]
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e26df56

Please sign in to comment.