]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Run Go GitHub action on all branches
authorMatt Joiner <anacrolix@gmail.com>
Mon, 1 Nov 2021 00:45:08 +0000 (11:45 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 1 Nov 2021 01:21:20 +0000 (12:21 +1100)
.github/workflows/go.yml

index c8ae26bb567e0ee945ba05243f3986d45ac3ebb6..ebfc960a396a6cf6a955e6fca84d1b0a35780d20 100644 (file)
@@ -1,10 +1,6 @@
 name: Go
 
-on:
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
+on: [push, pull_request]
 
 jobs: