aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/update.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update.yml')
-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