]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
build.yaml: Build pull requests for other branches than master too
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Aug 2020 18:11:15 +0000 (20:11 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Aug 2020 18:30:54 +0000 (20:30 +0200)
.github/workflows/build.yaml

index 3a6f6008b865755d06e117c2f959d0fac344fdf7..88c42381235b91a1bc8bef701f94e916ab38a37b 100644 (file)
@@ -2,7 +2,6 @@ name: Build and test on push
 on:
   push:
   pull_request:
-    branches: [master]
 
 jobs:
   # These test the standard build on several systems with GCC + Clang.