Do not restrict PR CI to master branch
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Oct 2021 16:38:10 +0000 (18:38 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 Oct 2021 16:38:10 +0000 (18:38 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml

index 836074b6b3c2bb51e4ca2d30e3c183e520e9fb62..8a741ec9896ce05777badcf0ec6b75ffa9ad3d99 100644 (file)
@@ -5,8 +5,8 @@ on:
       - master
   pull_request_target:
     types: [opened, synchronize, reopened]
-    branches:
-      - master
+    branches:
+      - master
 jobs:
   build:
     runs-on: ubuntu-latest