diff options
author | typebrook <typebrook@gmail.com> | 2020-06-03 00:47:37 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-06-03 00:47:37 +0800 |
commit | db3a299748d49acabd6267f833eb2cf87aaa6168 (patch) | |
tree | 8b8505518907602b2f11b9928494f88dc622c94e | |
parent | ff292d0c1bcd425addc00579a2daa63262c714ea (diff) |
test workflowfoo
-rw-r--r-- | .github/workflows/update.yml | 14 |
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 @@ | |||
1 | name: test | ||
2 | |||
3 | on: | ||
4 | push: | ||
5 | branches: | ||
6 | tags: | ||
7 | - test.update* | ||
8 | |||
9 | jobs: | ||
10 | job1: | ||
11 | runs-on: ubuntu-latest | ||
12 | steps: | ||
13 | - name: test | ||
14 | run: which jq | ||