]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: [delete] do not react on gh-pages
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 22 Feb 2020 11:34:15 +0000 (12:34 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 22 Feb 2020 11:34:15 +0000 (12:34 +0100)
.github/workflows/delete.yml

index db52c0fa3a18abcee3fe7282273ff63418f4aaca..0df8e371ef64e0cd5fa7b0a6893ba9611ee60828 100644 (file)
@@ -1,6 +1,10 @@
 name: Delete Obsolete Coverage Report
 
-on: [ delete ]
+on:
+  delete:
+    branches:
+      - '**'
+      - '!gh-pages'
 
 jobs:
   build: