]> granicus.if.org Git - libevent/commitdiff
ci: fix paths-ignore
authorAzat Khuzhin <azat@libevent.org>
Sun, 12 Feb 2023 15:11:02 +0000 (16:11 +0100)
committerAzat Khuzhin <azat@libevent.org>
Sun, 12 Feb 2023 15:30:03 +0000 (16:30 +0100)
.github/workflows/build.yml

index fe10dc17f5a3513b23c8472591bfdf2c2ccef8fd..e00c600e7bf7690ca5978f624990201cd9f536b5 100644 (file)
@@ -9,23 +9,21 @@ on:
       - opened
     branches:
       - master
-    push:
-      paths-ignore:
-        - '**.md'
-        - '.mailmap'
-        - 'ChangeLog*'
-        - 'whatsnew*'
-        - 'LICENSE'
+    paths-ignore:
+      - '**.md'
+      - '.mailmap'
+      - 'ChangeLog*'
+      - 'whatsnew*'
+      - 'LICENSE'
   push:
     branches:
       - master
-    push:
-      paths-ignore:
-        - '**.md'
-        - '.mailmap'
-        - 'ChangeLog*'
-        - 'whatsnew*'
-        - 'LICENSE'
+    paths-ignore:
+      - '**.md'
+      - '.mailmap'
+      - 'ChangeLog*'
+      - 'whatsnew*'
+      - 'LICENSE'
 
 jobs:
   linux-cmake-job: