Browse Source

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

Fix Github actions duplicate builds
Wade Simmons 5 years ago
parent
commit
3d201fbc28
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/workflows/test.yml

+ 5 - 1
.github/workflows/test.yml

@@ -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: