Selaa lähdekoodia

Github workflow should also trigger on change to CMakeLists.txt (#281)

Jorrit Rouwe 2 vuotta sitten
vanhempi
commit
796833ba2d

+ 0 - 2
.github/workflows/build.yml

@@ -6,13 +6,11 @@ on:
     paths-ignore:
       - 'Docs/**'
       - '**.md'
-      - '**.txt'
   pull_request:
     branches: [ master ]
     paths-ignore:
       - 'Docs/**'
       - '**.md'
-      - '**.txt'
 
 jobs:
   linux-clang:

+ 0 - 2
.github/workflows/determinism_check.yml

@@ -10,13 +10,11 @@ on:
     paths-ignore:
       - 'Docs/**'
       - '**.md'
-      - '**.txt'
   pull_request:
     branches: [ master ]
     paths-ignore:
       - 'Docs/**'
       - '**.md'
-      - '**.txt'
 
 jobs:
   linux:

+ 0 - 2
.github/workflows/sonar-cloud.yml

@@ -6,13 +6,11 @@ on:
     paths-ignore:
       - 'Docs/**'
       - '**.md'
-      - '**.txt'
   pull_request:
     branches: [ master ]
     paths-ignore:
       - 'Docs/**'
       - '**.md'
-      - '**.txt'
 
 jobs:
   check-secret:

+ 14 - 0
WebIncludes/README.md

@@ -0,0 +1,14 @@
+The following files are in this folder:
+
+JQuery (https://jquery.com/):
+
+* https://code.jquery.com/jquery-3.2.1.min.js
+
+Semantic UI (https://semantic-ui.com/):
+
+* https://cdn.jsdelivr.net/semantic-ui/2.2.10/semantic.min.css
+* https://cdn.jsdelivr.net/semantic-ui/2.2.10/semantic.min.js
+* https://cdn.jsdelivr.net/semantic-ui/2.2.10/themes/...
+* http://semantic-ui.com/javascript/library/tablesort.js
+
+These files are used by the samples when you capture a profile in profile_*.html (key: T).

+ 0 - 14
WebIncludes/ReadMe.txt

@@ -1,14 +0,0 @@
-The following files are in this folder:
-
-JQuery (https://jquery.com/):
-
-https://code.jquery.com/jquery-3.2.1.min.js
-
-Semantic UI (https://semantic-ui.com/):
-
-https://cdn.jsdelivr.net/semantic-ui/2.2.10/semantic.min.css
-https://cdn.jsdelivr.net/semantic-ui/2.2.10/semantic.min.js
-https://cdn.jsdelivr.net/semantic-ui/2.2.10/themes/...
-http://semantic-ui.com/javascript/library/tablesort.js
-
-These files are used by the samples when you capture a profile in profile_*.html (key: T).