Skip to content

Commit

Permalink
Replace master and test workflows with a single build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Oct 16, 2019
1 parent 6b66992 commit f9c0c6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/master.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# This name is shown in the status badge in the README
name: build

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

jobs:
test:
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit f9c0c6e

Please sign in to comment.