We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7676d commit 92f1411Copy full SHA for 92f1411
.appveyor.yml
@@ -43,19 +43,19 @@ branches:
43
# skip_non_tags: true
44
45
46
-# Skipping commits affecting specific files (GitHub only).
47
-skip_commits:
48
- files:
49
- - socnetv.spec
50
- - debian/**/*
51
- - socnetv.appdata.xml
52
- - changelog.gz
53
- - README.md
54
- - TODO
55
- - AUTHORS
56
- - COPYING
57
- - NEWS
58
-# - .travis*.yml
+## Skipping commits affecting specific files (GitHub only).
+#skip_commits:
+# files:
+# - socnetv.spec
+# - debian/**/*
+# - socnetv.appdata.xml
+# - changelog.gz
+# - README.md
+# - TODO
+# - AUTHORS
+# - COPYING
+# - NEWS
+## - .travis*.yml
59
60
61
# Including commits with particular message or from specific user
0 commit comments