aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-06-03 00:47:37 +0800
committertypebrook <typebrook@gmail.com>2020-06-03 00:47:37 +0800
commitdb3a299748d49acabd6267f833eb2cf87aaa6168 (patch)
tree8b8505518907602b2f11b9928494f88dc622c94e
parentff292d0c1bcd425addc00579a2daa63262c714ea (diff)
test workflowfoo
-rw-r--r--.github/workflows/update.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
new file mode 100644
index 0000000..848bedb
--- /dev/null
+++ b/.github/workflows/update.yml
@@ -0,0 +1,14 @@
1name: test
2
3on:
4 push:
5 branches:
6 tags:
7 - test.update*
8
9jobs:
10 job1:
11 runs-on: ubuntu-latest
12 steps:
13 - name: test
14 run: which jq