]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Avoid normal build on cygwin-save change.
authorWayne Davison <wayne@opencoder.net>
Wed, 15 Jul 2020 20:20:40 +0000 (13:20 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 15 Jul 2020 20:20:40 +0000 (13:20 -0700)
.github/workflows/build.yml

index fbab5cd4ff8cae2da206acf4cee33d9d872c3bdd..eaaeed8e7e1a80505994c4b1e88ce2b93dc1fa15 100644 (file)
@@ -3,8 +3,10 @@ name: build
 on:
   push:
     branches: [ master ]
+    paths-ignore: [ .github/workflows/cygwin-save.yml ]
   pull_request:
     branches: [ master ]
+    paths-ignore: [ .github/workflows/cygwin-save.yml ]
 
 jobs: