Merge pull request #89 from slackhq/github-actions-push-master

Fix Github actions duplicate builds
This commit is contained in:
Wade Simmons 2019-12-11 23:18:25 -05:00 committed by GitHub
commit 3d201fbc28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
name: Build and test
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
test-linux: