From 0cee434c4be62c1a678ecd6856dbbb0cab009a0b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 26 May 2019 19:34:36 +0200 Subject: [PATCH] Start work on Actions --- .github/main.workflow | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 00000000..7d74d47d --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,9 @@ +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" +}