Merge pull request #89 from slackhq/github-actions-push-master
Fix Github actions duplicate builds
This commit is contained in:
commit
3d201fbc28
|
@ -1,5 +1,9 @@
|
||||||
name: Build and test
|
name: Build and test
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
test-linux:
|
test-linux:
|
||||||
|
|
Loading…
Reference in New Issue