1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/.github/main.workflow

10 lines
243 B
Text
Raw Normal View History

2019-05-26 17:34:36 +00:00
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"
}