From f10b47be157e50c49d92195c4587b62cb058e82e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 26 May 2019 19:40:21 +0200 Subject: [PATCH] Delete main.workflow --- .github/main.workflow | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 7d74d47d..00000000 --- a/.github/main.workflow +++ /dev/null @@ -1,9 +0,0 @@ -workflow "Notify on Telegram on new commit" { - on = "push" - resolves = ["Filters for GitHub Actions"] -} - -action "Filters for GitHub Actions" { - uses = "actions/bin/filter@3c0b4f0e63ea54ea5df2914b4fabf383368cd0da" - args = "branch master" -}