瀏覽代碼

Update main.workflow

Janic Duplessis 5 年之前
父節點
當前提交
e7ad108d0c
No account linked to committer's email address
共有 1 個檔案被更改,包括 8 行新增0 行删除
  1. 8
    0
      .github/main.workflow

+ 8
- 0
.github/main.workflow 查看文件

@@ -0,0 +1,8 @@
1
+workflow "New workflow" {
2
+  on = "push"
3
+  resolves = ["Filters for GitHub Actions"]
4
+}
5
+
6
+action "Filters for GitHub Actions" {
7
+  uses = "actions/bin/filter@25b7b846d5027eac3315b50a8055ea675e2abd89"
8
+}